CTaskDialog::OnHyperlinkClick
The framework calls this method when the user clicks on a hyperlink.
virtual HRESULT OnHyperlinkClick(
const CString& strHref
);
Parameters
- [in] strHref
The string that represents the hyperlink.
Return Value
The default implementation returns S_OK.
Remarks
This method calls ShellExecute before it returns S_OK.
Override this method in a derived class to implement custom behavior.
Requirements
Header: afxtaskdialog.h