COlePropertyPage::SetHelpInfo

Specifies tooltip information, the help filename, and the help context for your property page.

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.

Requirements

Header: afxctl.h

See Also

Reference

COlePropertyPage Class

Hierarchy Chart

COlePropertyPage::OnHelp

Other Resources

COlePropertyPage Members