COlePropertyPage::OnHelp
The framework calls this function when the user requests online help.
virtual BOOL OnHelp(
LPCTSTR lpszHelpDir
);
Parameters
- lpszHelpDir
Directory containing the property page's help file.
Return Value
The default implementation returns FALSE.
Remarks
Override it if your property page must perform any special action when the user accesses help. The default implementation does nothing and returns FALSE, which instructs the framework to call WinHelp.
Requirements
Header: afxctl.h