CTaskDialog::OnVerificationCheckboxClick
The framework calls this method when the user clicks the verification check box.
virtual HRESULT OnVerificationCheckboxClick(
BOOL bChecked
);
Parameters
- [in] bChecked
TRUE indicates the verification check box is selected; FALSE indicates it is not.
Return Value
The default implementation returns S_OK.
Remarks
Override this method in a derived class to implement custom behavior.
Requirements
Header: afxtaskdialog.h