CCheckListBox::GetCheck

CCheckListBox::GetCheck

int GetCheck( int nIndex );

Return Value

Zero if the item is not checked, 1 if it is checked, and 2 if it is indeterminate.

Parameters

nIndex

Index of the item whose check status is to be retrieved.

Remarks

Call this function to determine the check state of an item.

CCheckListBox Overview |  Class Members |  Hierarchy Chart

See Also   CCheckListBox::OnGetCheckPosition, CCheckListBox::SetCheck, CCheckListBox::SetCheckStyle, CCheckListBox::GetCheckStyle