Property CheckedIndices
CheckedIndices
Gets a collection that contains the zero-based indexes of all currently checked items in the CheckListBox.
[Browsable(false)]
public IReadOnlyList<int> CheckedIndices { get; set; }
Property Value
- IReadOnlyList<int>
An IReadOnlyList<T> containing the indexes of the currently checked items in the control. If no items are currently checked, an empty IReadOnlyList<T> is returned.