ExtendSelect Method (SWTTree)

Class

SWTTree.

Action

Selects a range of items by extending the selection in the extend-selection tree.

Availability

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

Syntax

ExtendSelect (itemPath)
Variable Description
itemPath The item to which to extend the selection. LISTITEM.

Notes

ExtendSelect requires that the list already has a selected item. Precede the call with a call to Select to select the first item.

Example

SWTControls.SWTTabControl1.Control17.SWTTabControl1.Tree.TreeViewEx1.ExtendSelect("/Node 2/Node 2.2")