Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the state of the specified check box.
int GetCheck(
int nIndex
);
Parameters
- nIndex
Zero-based index of a check box that is contained in the list box.
Return Value
The state of the specified check box. The following table lists possible values.
Value |
Description |
---|---|
BST_CHECKED |
The check box is checked. |
BST_UNCHECKED |
The check box is not checked. |
BST_INDETERMINATE |
The check box state is indeterminate. |
Requirements
Header: afxwin.h
See Also
Reference
CCheckListBox::OnGetCheckPosition