COlePropertyPage::SetHelpInfo

COlePropertyPage::SetHelpInfo

void SetHelpInfo( LPCTSTR lpszDocString, LPCTSTR lpszHelpFile = NULL, DWORD dwHelpContext = 0 );

Parameters

lpszDocString

A string containing brief help information for display in a status bar or other location.

lpszHelpFile

 Name of the property page’s help file.

dwHelpContext

Help context for the property page.

Remarks

Use this function to specify “tool tip” information, the help filename, and the help context for your property page.

COlePropertyPage Overview |  Class Members |  Hierarchy Chart

See Also   COlePropertyPage::OnHelp