Indicates if the given item is, in any way, shape, or form, checked. This will return true if the item is fully or indeterminately checked.
[Visual Basic] Public Function GetItemChecked( _ ByVal index As Integer _ ) As Boolean [C#] public bool GetItemChecked( int index ); [C++] public: bool GetItemChecked( int index ); [JScript] public function GetItemChecked( index : int ) : Boolean;
true if the item is, in any way, checked, otherwise false
CheckedListBox Class | CheckedListBox Members | System.WinForms Namespace