Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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