SelectedIndices Property (ListView)

Class

ListView.

Action

Gets a list containing the indices of the selected items.

Syntax

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

Access

Read only.