Select Method (JTree)
Class
JTree
.
Action
Selects a tree node identified by the specified item path.
Syntax
C#
tree
.
Select
(
item
)
VB
tree
.
Select
(
item
)
Variable
Description
item
The item path.
ItemPath
.
Examples
VB
tree.Select
("/level_1-1/level_2-1/level_3-4")