ClearSelection メソッド (JTree)
クラス
JTree
.
処理
選択範囲をクリアします。
構文
C#
tree
.
ClearSelection
()
VB
tree
.
ClearSelection
()
例
VB
tree.ClearSelection
()