MultiUnselect Method (SWTTree)

Class

SWTTree.

Action

Removes an item in the tree from the set of selected items.

Availability

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

Syntax

MultiUnselect (itemPath)
Variable Description
itemPath The item to unselect. LISTITEM.

Notes

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

Example

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