Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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