Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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