MultiSelect Method (SWTTree)

Class

SWTTree.

Action

Adds an item from the tree to the set of selected items.

Availability

This functionality is supported only if you are using the Open Agent.

Syntax

MultiSelect (itemPath)
Variable Description
itemPath The item to select. LISTITEM.

Notes

MultiSelect Ctrl+clicks on the item if the tree supports multiple selections and the item is selected.

Example

MyDialog.MyTreeView.MultiSelect("/root/child/grandchild")