ReadOnlyToolWindowCollection Class Methods
In This Topic
For a list of all members of this type, see ReadOnlyToolWindowCollection members.
Public Methods
| 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. |
Top
Protected Methods
| 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. |
Top
See Also