CheckedListBox.CheckedIndexCollection.Count Property
Definition
Gets the number of checked items.
public:
property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer
Property Value
- Int32
The number of indexes in the collection.
Implements
Applies to