ownStatus property
FormField.ownStatus property
Specifies the source of the text that’s displayed in the status bar when a form field has the focus.
get ownStatus(): boolean
Remarks
If true
, the text specified by the FormField.statusText property is displayed.
If false
, the text of the AutoText entry specified by the FormField.statusText property is displayed.
See Also
- module Aspose.Words.Fields
- class FormField