ShowWhatsThis Method

Applies To    See Also

Displays the Whats This Help topic specified for an object with the WhatsThisHelpID property.

Syntax

Object.ShowWhatsThis

Settings

Object

Specifies the object for which the Whats This Help topic is displayed.

Remarks

The ShowWhatsThis method is automatically called when the F1 key is pressed. If the WhatsThisHelp property is set to true (.T.), the Whats This Help topic for the object, specified with the WhatsThisHelpID property, is displayed. If the WhatsThisHelp property is set to false (.F.), the Help topic for the object, specified with the HelpContextID property, is displayed.