window.Select(string);
Applicable Classes:
TreeView
Parameters:
string sItem
Return Value: None
Description:
Selects the specified TreeView item. The parameter,
sItem, defines the tree hierarchy of the item to select. Each parent
item is separated from it's child item by a period (.).
For example, if you had a tree that looked
like this:
Item1
Sub1
Sub1Sub1
Sub2
and you wanted to access Sub1Sub1, the parameter would be 'Item1.Sub1.Sub1Sub1'.
For an example, see the TreeView
functions page.
See Also: TreeView
Functions