ownHelp property

FormField.ownHelp property

Specifies the source of the text that’s displayed in a message box when a form field has the focus and the user presses F1.

get ownHelp(): boolean

Remarks

If true, the text specified by the FormField.helpText property is displayed. If false, the text in the AutoText entry specified by the FormField.helpText property is displayed.

See Also