Tree.SetSelectedNode

Tree.SetSelectedNode ( 

string ObjectName,

string NodeIndex )

Example 1

Tree.SetSelectedNode("Tree1", "2.1.3");

Sets the selected node of "Tree1" to node index "2.1.3".

Example 2

Tree.SetSelectedNode("Tree1", "");

Clears the selection of "Tree1".

See also:  Related Actions