ClearSelection Method (JTree)
Class
JTree
.
Action
Clears the selection.
Syntax
C#
tree
.
ClearSelection
()
VB
tree
.
ClearSelection
()
Examples
VB
tree.ClearSelection
()