SelectedIndices Property (JList)

Class

JList.

Action

Gets the list of indices of the selected list items.

Syntax

'Declaration
Protected Read Property SelectedIndices As List(Of Integer)

Access

Read only.

Examples

Dim selectedIndices As IList = colorsList.SelectedIndices