
'Declaration <DefaultMemberAttribute("Item")> <ListBindableAttribute(False)> Public Class ToolWindowCollection Inherits ReadOnlyToolWindowCollection
'Usage Dim instance As ToolWindowCollection
[DefaultMember("Item")] [ListBindable(false)] public class ToolWindowCollection : ReadOnlyToolWindowCollection
System.Object
Xceed.DockingWindows.ReadOnlyToolWindowCollection
Xceed.DockingWindows.ToolWindowCollection
Name | Description | |
---|---|---|
![]() | IsFixedSize | Overridden. Gets a value indicating whether the list has a fixed size. |
![]() | IsReadOnly | Overridden. Gets a value indicating whether the list is read-only. |
![]() | Item | Overloaded. Gets or sets the ToolWindow at the specified index. (Inherited from Xceed.DockingWindows.ReadOnlyToolWindowCollection) |
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. |
Name | Description | |
---|---|---|
![]() | OnClearComplete | Performs additional custom processes when clearing the contents of the list. (Inherited from Xceed.DockingWindows.ReadOnlyToolWindowCollection) |
![]() | OnInsert | Performs additional custom processes before inserting a ToolWindow into the list. (Inherited from Xceed.DockingWindows.ReadOnlyToolWindowCollection) |
![]() | OnInsertComplete | Overridden. Performs additional custom processes after insertion of a ToolWindow into the list. |
![]() | OnRemoveComplete | Overridden. Performs additional custom processes after removing a ToolWindow from the list. |
![]() | OnSet | Performs additional custom processes before setting a ToolWindow in the list. (Inherited from Xceed.DockingWindows.ReadOnlyToolWindowCollection) |
![]() | OnValidate | Performs additional custom processes when validating a ToolWindow. (Inherited from Xceed.DockingWindows.ReadOnlyToolWindowCollection) |
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