Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows Namespace / ToolWindowCollection Class
Properties Methods


In This Topic
    ToolWindowCollection Class Members
    In This Topic

    The following tables list the members exposed by ToolWindowCollection.

    Public Properties
     NameDescription
    Public PropertyOverridden. Gets a value indicating whether the list has a fixed size.  
    Public PropertyOverridden. Gets a value indicating whether the list is read-only.  
    Public PropertyOverloaded. Gets or sets the ToolWindow at the specified index. (Inherited from Xceed.DockingWindows.ReadOnlyToolWindowCollection)
    Top
    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