Expand Minimize
This topic has not yet been rated - Rate this topic

CTaskDialog::OnVerificationCheckboxClick

The framework calls this method when the user clicks the verification check box.

virtual HRESULT OnVerificationCheckboxClick(
   BOOL bChecked
);
[in] bChecked

TRUE indicates the verification check box is selected; FALSE indicates it is not.

The default implementation returns S_OK.

Override this method in a derived class to implement custom behavior.

Header: afxtaskdialog.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.