
'Declaration <DefaultMemberAttribute("Item")> <ListBindableAttribute(False)> Public Class ReadOnlyToolWindowCollection Inherits Xceed.Utils.Collections.ListBase
'Usage Dim instance As ReadOnlyToolWindowCollection
[DefaultMember("Item")] [ListBindable(false)] public class ReadOnlyToolWindowCollection : Xceed.Utils.Collections.ListBase
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. |
Name | Description | |
---|---|---|
![]() | Contains | Retrieves a boolean value indicating if a specific ToolWindow exists in the list. |
![]() | CopyTo | Overloaded. Copies the ToolWindows contained in the list to the array starting at the specified index |
![]() | IndexOf | Overloaded. Searches for the specified ToolWindow and returns the zero-based index of the first occurrence within the list. |
Name | Description | |
---|---|---|
![]() | OnClearComplete | Overridden. Performs additional custom processes when clearing the contents of the list. |
![]() | OnInsert | Overridden. Performs additional custom processes before inserting a ToolWindow into the list. |
![]() | OnInsertComplete | Overridden. Performs additional custom processes after inserting a ToolWindow into the list. |
![]() | OnRemoveComplete | Overridden. Performs additional custom processes after removing a ToolWindow from the list. |
![]() | OnSet | Overridden. Performs additional custom processes before setting a ToolWindow in the list. |
![]() | OnValidate | Overridden. Performs additional custom processes when validating a ToolWindow. |
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