ToolsCollection Class Methods
For a list of all members of this type, see ToolsCollection members.
Public Methods
Name | Description | |
---|---|---|
![]() | AddTool | Create an instance of a root tool and add it to the ToolsCollection, with the same Key. |
![]() | Clear | Remove all tool instances from the ToolsCollection. |
![]() | Contains | Determine if the tool instance with the specified Key exists in the ToolsCollection. |
![]() | CopyTo | Copies the elements of the collection to an Array, starting at a particular Array index. |
![]() | GetEnumerator | Returns an enumerator that can iterate through the Collection. |
![]() | IndexOf | Get the index of the tool with given Key from the ToolsCollection. Returns -1 if tool is not in the collection. |
![]() | InsertTool | Create an instance of a root tool and insert it into the ToolsCollection at the given index, with the same Key. |
![]() | Remove | Remove the tool instance with the specified Key from the ToolsCollection. |
![]() | RemoveAt | Remove the tool instance at the specified index position from the ToolsCollection. |
Protected Methods
Name | Description | |
---|---|---|
![]() | OnToolVisibleCountChanged | Fires when number of visble tools changes |
See Also