CFileDialog::GetCheckButtonState
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