SelectedIndices Property (AWTList)

Class

AWTList.

Action

Gets the indices of the currently selected items. An empty list is returned, if no items are currently selected.

Syntax

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

Access

Read only.

Examples

Dim selectedIndices As IList = colorsList.SelectedIndices