Gets the check value of the current item. This value will be from the System.WinForms.CheckState enumeration.
[Visual Basic] Public Function GetItemCheckState( _ ByVal index As Integer _ ) As CheckState [C#] public CheckState GetItemCheckState( int index ); [C++] public: CheckState GetItemCheckState( int index ); [JScript] public function GetItemCheckState( index : int ) : CheckState;
a value from System.WinForms.CheckState indicating the current checked status of the list item.
CheckedListBox Class | CheckedListBox Members | System.WinForms Namespace