Deselect Method (JList)

Class

JList.

Action

Deselects the specified list item.

Syntax

C#
list.Deselect(item)
VB
list.Deselect(item)
Variable Description
item The name or index of the list item. ItemIdentifier.

Examples

VB

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