CheckedListBox.CheckedIndexCollection.Item[Int32] Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the index of a checked item in the CheckedListBox control.
public:
property int default[int] { int get(int index); };
[System.ComponentModel.Browsable(false)]
public int this[int index] { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Item(int) : int
Default Public ReadOnly Property Item(index As Integer) As Integer
- index
- Int32
An index into the checked indexes collection. This index specifies the index of the checked item you want to retrieve.
The index of the checked item. For more information, see the examples in the CheckedListBox.CheckedIndexCollection class overview.
- Attributes
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.
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 |
Pripomienky k produktu .NET
.NET je open-source projekt. Ak chcete poskytnúť pripomienky, vyberte prepojenie: