Action
Selects an item from the treeview.
Syntax
treeview.Select (Item)
Variable
|
Description
|
Item
|
The path or index of the item to select.
LISTITEM.
|
Notes
Select scrolls the treeview item into view and clicks it if it is not selected.
If the text of your treeview item contains a "",
Silk Test Classic records a "?" wildcard.
Example
MyDialog.MyTreeView.Select ("/root/child/grandchild")