TreeListMultiSelection Methods
Represents a collection of selected nodes for the Tree List control.
Name | Description |
---|---|
Add |
Adds the specified node to the collection of selected nodes. |
Add |
Selects the specified collection of nodes. |
Add |
Toggles the specified node between the selected and deselected states. |
Begin |
Prevents selection updates until the Tree |
Cancel |
Enables selection updates after the Tree |
Clear() | Clears the current selection. |
Contains |
Specifies whether a specific node is in the collection of selected nodes. |
End |
Enables selection updates after calling the Tree |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns an enumerator that iterates through the collection. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Determines the index of a specific Tree |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Unselects the specified node, and removes it from the current collection. |
Remove |
Removes the node at the specified index of the current collection, and unselects it. |
Select |
Selects the cell in the specified column of the specified node (row). |
Select |
Selects the cells in the specified column of the specified nodes (rows). |
Select |
Selects the specified node (row). |
Select |
Selects the specified nodes (rows). |
Set |
Removes all nodes from the collection of selected nodes and then adds a specific node to the collection. |
Set |
Removes all nodes from the collection of selected nodes and then adds a specific group of nodes to the collection. |
To |
Returns a string that represents the current object. Inherited from Object. |
Unselect |
Unselects all nodes, and removes them from the current collection. |
Unselect |
Unselects the cell in the specified column of the specified node (row). |
Unselect |
Discards selection of the specified node. |
Unselect |
Unselects cells in the specified columns of the specified nodes (rows). |
Unselect |
Unselects the specified nodes (rows). |
See Also