TreeView Xojo plugin

TreeView.AddToSelection Method

Adds a node to the existing selection when in Multiselect mode.

AddToSelection(
   index as Integer)

Parameters

index
The index of the node to add to selection. (Screen index)

Remarks

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

See Also

TreeView Control