TreeView Xojo plugin

TreeView.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 remove from selection. (Screen index)

Remarks

This method has no effect if the TreeView control is not in multi select mode.

See Also

TreeView Control