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 current state of a check button (check box) in the dialog.
HRESULT GetCheckButtonState(
DWORD dwIDCtl,
BOOL& bChecked
);
Parameters
dwIDCtl
The ID of the check box.bChecked
The state of the check box. TRUE indicates checked; FALSE indicates unchecked.
Requirements
Header: afxdlgs.h