COlePropertyPage::OnHelp

virtual BOOL OnHelp( LPCTSTR lpszHelpDir );

Return Value

The default implementation returns FALSE.

Parameters

lpszHelpDir

Directory containing the property page’s help file.

Remarks

The framework calls this function when the user requests online help. 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.

COlePropertyPage OverviewClass MembersHierarchy Chart