Select the node in the TreeView object.
void @TreeViewSetSelectedNode(string classname, object node);
Parameters
string classname : The class name of the object
object node : node
Return Value
None
Example
node = @TreeViewSeekNode("TreeView1", "Floor1\\Office1");
@TreeViewSetSelectedNode("TreeView1", node);
Description : In the TreeView1 object, find and select "Floor1\\Office1".
Version Information
Supported Version: 10.3.3
Related Helps