NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CheckedListBox.GetCheckedIndices

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[];

Return Value

an array of all indices that are checked in some way.

See Also

CheckedListBox Class | CheckedListBox Members | System.WinForms Namespace