CheckedListBox::CheckedIndexCollection::Item Property (Int32)
.NET Framework (current version)
Gets the index of a checked item in the CheckedListBox control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property int default[ int index ] { int get(int index); }
Parameters
- index
-
Type:
System::Int32
An index into the checked indexes collection. This index specifies the index of the checked item you want to retrieve.
Property Value
Type: System::Int32The index of the checked item. For more information, see the examples in the CheckedListBox::CheckedIndexCollection class overview.
| Exception | Condition |
|---|---|
| ArgumentException | The index is less than zero. -or- The index is not in the collection. |
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: