Aspose::Words::Fields::FormField::get_OwnHelp method

FormField::get_OwnHelp method

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.

bool Aspose::Words::Fields::FormField::get_OwnHelp()

Remarks

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

See Also