Deselect メソッド (JList)

クラス

JList.

処理

指定したリスト項目の選択を解除します。

構文

C#
list.Deselect(item)
VB
list.Deselect(item)
変数 説明
item リスト項目の名前またはインデックス。 ItemIdentifier

VB

colorsList.Deselect("red")
colorsList.Deselect(1)