Returns an array with the indices of all items whose checkboxes are, in some way, shape, or form, checked. Note that this means they can be fully checked or indeterminately checked.
[Visual Basic] Public Function GetCheckedIndices() As Integer () [C#] public int[] GetCheckedIndices(); [C++] public: int* GetCheckedIndices() []; [JScript] public function GetCheckedIndices() : int[];
an array of all indices that are checked in some way.
CheckedListBox Class | CheckedListBox Members | System.WinForms Namespace