Name | Description | |
---|---|---|
Add | Adds a ToolWindow to the list. | |
Clear | Removes all the ToolWindow controls from the list. | |
Contains | Retrieves a boolean value indicating if a specific ToolWindow exists in the list. (Inherited from Xceed.DockingWindows.ReadOnlyToolWindowCollection) | |
CopyTo | Overloaded. Copies the ToolWindows contained in the list to the array starting at the specified index (Inherited from Xceed.DockingWindows.ReadOnlyToolWindowCollection) | |
IndexOf | Overloaded. Searches for the specified ToolWindow and returns the zero-based index of the first occurrence within the list. (Inherited from Xceed.DockingWindows.ReadOnlyToolWindowCollection) | |
Insert | Inserts a ToolWindow into the list at the specified index. | |
Remove | Removes the ToolWindow from the list. | |
RemoveAt | Removes the ToolWindow from the list at the specified index. |