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