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


In This Topic
    ToolWindowCollection Class
    In This Topic
    Contains a list of ToolWindow controls.
    Object Model
    ToolWindowCollection ClassToolWindow Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    <ListBindableAttribute(False)>
    Public Class ToolWindowCollection 
       Inherits ReadOnlyToolWindowCollection
    'Usage
     
    Dim instance As ToolWindowCollection
    [DefaultMember("Item")]
    [ListBindable(false)]
    public class ToolWindowCollection : ReadOnlyToolWindowCollection 
    Inheritance Hierarchy

    System.Object
          Xceed.DockingWindows.ReadOnlyToolWindowCollection
             Xceed.DockingWindows.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
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also