JavaScript Editor js editor     Web development 



Main Page

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

Object.ShowWhatsThis

Return Value

Object


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

Remarks

Applies To: CheckBox | ComboBox | CommandButton | CommandGroup | Container Object | Control Object | EditBox | Form | Grid | Image | Label | Line | ListBox | OLE Bound Control | OLE Container Control | OptionButton | OptionGroup | Shape | Spinner | TextBox | Timer | ToolBar

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.

See Also



JavaScript Editor js editor     Web development