CheckedIndices Property (CheckedListBox)

Action

Gets or sets the indices of the checked item(s).

Syntax

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

Access

Read and write.