DeselectAll Method (JList)

Class

JList.

Action

Deselects all list items.

Syntax

C#
list.DeselectAll()
VB
list.DeselectAll()

Examples

VB

colorsList.DeselectAll()