TreeViewSeekNode

 

Find a node in the TreeView object that matches the full name.

 

object @TreeViewSeekNode(string classname, string fullpath);

 

Parameters

string classname : The class name of the object

string fullpath : Path Name

 

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

@TreeNodeAdd()

@TreeNodeGetFullPath()

@TreeNodeGetText()

@TreeNodeNew()

@TreeViewExpandAll()

@TreeViewGetSelectedNode()

@TreeViewNodeAdd()

@TreeViewNodeClear()

@TreeViewSeekNode()

@TreeViewSetImageList()

@TreeViewSetSelectedNode()