CheckedIndices Property (ListView)

Class

ListView.

Action

Gets a list containing the indices of the checked items.

Syntax

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

Access

Read only.