COlePropertyPage::OnHelp

The framework calls this member 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.

Syntax

virtual BOOL OnHelp( LPCTSTR lpszHelpDir );

At a Glance

Header file: Afxctl.h
Platforms:
Versions: 2.0 and later
Complete documentation Visual C++ documentation

See Also

COlePropertyPage Overview, COlePropertyPage Member Functions, Dialog Box Classes