Aspose::Words::Fields::FormField::get_HelpText method
FormField::get_HelpText method
Returns or sets the text that’s displayed in a message box when the form field has the focus and the user presses F1.
System::String Aspose::Words::Fields::FormField::get_HelpText()
Remarks
If the OwnHelp property is set to true, HelpText specifies the text string value. If OwnHelp is set to false, HelpText specifies the name of an AutoText entry that contains help text for the form field.
Microsoft Word allows strings with at most 255 characters.
See Also
- Class FormField
- Namespace Aspose::Words::Fields
- Library Aspose.Words for C++