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.
Adds a check button to the dialog.
HRESULT AddCheckButton(
DWORD dwIDCtl,
const CString& strLabel,
BOOL bChecked
);
Parameters
dwIDCtl
The ID of the check button to add.strLabel
The check button name.bChecked
A Boolean indicating the current state of the check button. TRUE if checked; FALSE otherwise
Requirements
Header: afxdlgs.h