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. |
The following tables list the members exposed by ReadOnlyToolWindowCollection.
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. |