SelectedIndices Property (JList)

Class

JList.

Action

Gets the list of indices of the selected list items.

Syntax

C#
protected List(Of Integer) SelectedIndices { get; }
VB
'Declaration
Protected Read Property SelectedIndices As List(Of Integer)

Access

Read only.

Examples

VB

Dim selectedIndices As IList = colorsList.SelectedIndices