CheckedListBox.CheckedIndexCollection.Item[Int32] Property

Definition

Gets the index of a checked item in the CheckedListBox control.

C#
[System.ComponentModel.Browsable(false)]
public int this[int index] { get; }

Parameters

index
Int32

An index into the checked indexes collection. This index specifies the index of the checked item you want to retrieve.

Property Value

The index of the checked item. For more information, see the examples in the CheckedListBox.CheckedIndexCollection class overview.

Attributes

Exceptions

The index is less than zero.

-or-

The index is not in the collection.

Remarks

The index parameter is an index into the checked indexes collection. The return value is the corresponding indexed value, which is the index of the checked item in the items collection.

Applies to

Produkt Verzie
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also