SelectedIndices Property (ListBox)

Class

ListBox.

Action

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

Syntax

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

Access

Read and write.