Xceed Docking Windows for WinForms v2.3 Documentation
ToolWindowCollection Class Methods


Xceed.DockingWindows Namespace : ToolWindowCollection Class

For a list of all members of this type, see ToolWindowCollection members.

Public Methods
 NameDescription
Public MethodAdds a ToolWindow to the list.  
Public MethodRemoves all the ToolWindow controls from the list.  
Public MethodRetrieves a boolean value indicating if a specific ToolWindow exists in the list. (Inherited from Xceed.DockingWindows.ReadOnlyToolWindowCollection)
Public MethodOverloaded. Copies the ToolWindows contained in the list to the array starting at the specified index (Inherited from Xceed.DockingWindows.ReadOnlyToolWindowCollection)
Public MethodOverloaded. Searches for the specified ToolWindow and returns the zero-based index of the first occurrence within the list. (Inherited from Xceed.DockingWindows.ReadOnlyToolWindowCollection)
Public MethodInserts a ToolWindow into the list at the specified index.  
Public MethodRemoves the ToolWindow from the list.  
Public MethodRemoves the ToolWindow from the list at the specified index.  
Top
Protected Methods
 NameDescription
Protected MethodPerforms additional custom processes when clearing the contents of the list. (Inherited from Xceed.DockingWindows.ReadOnlyToolWindowCollection)
Protected MethodPerforms additional custom processes before inserting a ToolWindow into the list. (Inherited from Xceed.DockingWindows.ReadOnlyToolWindowCollection)
Protected MethodOverridden. Performs additional custom processes after insertion of a ToolWindow into the list.  
Protected MethodOverridden. Performs additional custom processes after removing a ToolWindow from the list.  
Protected MethodPerforms additional custom processes before setting a ToolWindow in the list. (Inherited from Xceed.DockingWindows.ReadOnlyToolWindowCollection)
Protected MethodPerforms additional custom processes when validating a ToolWindow. (Inherited from Xceed.DockingWindows.ReadOnlyToolWindowCollection)
Top
See Also

Reference

ToolWindowCollection Class
Xceed.DockingWindows Namespace