Displays the help context topic for the object using WinHelp or HTML Help help viewers.
Object.ShowHelpContext()
The ShowHelpContext method syntax has the following parts:
Name |
Type |
Description |
Object |
Object |
An object |
Before you use the ShowHelpContext method, you must set the HelpFile and HelpContextID properties of the Form. Otherwise, Winhlp32.exe will not display the HelpFile topic.
The following statement displays the Help File entry specified for that object:
frm1.ShowHelpContext()
Applies to all controls, the AForm, and the AMenu.
Help, HelpContextID, HelpFile, MsgBox, OnHelpContext, OnWhatsThisHelp, ShowWhatsThis, ToolTipText, WhatsThisButton, WhatsThisHelpID, WhatsThisHelpText, WhatsThisMode