DesktopTreeView.RemoveFromSelection Method
Removes a node from the existing selection when in Multiselect mode.

RemoveFromSelection(
index
as Integer)
Parameters
- index
- The index of the node to scroll into view (Screen index).
Remarks
This method has no effect if the TreeView control is not in multi select mode.
See Also
DesktopTreeView Control