FormField.StatusTextType Property
Gets or sets the type of the instructional text shown in the status bar when focusing the checkbox.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
FormFieldTextType StatusTextType { get; set; }
#Property Value
Type | Description |
---|---|
Form |
One of the Form |
Available values:
Name | Description |
---|---|
Auto | One of the Auto |
Custom | Custom help text. |
#Remarks
The status text shown in the status bar is defined by the FormField.StatusText property. When the StatusTextType property is set to FormFieldTextType.Auto, the help text should be equal to one of the AutoText gallery entries. Otherwise, the FormField.StatusText value is set to null when opening it in another word processing tool.
The AutoText contents are not embedded to the document. When the document with the form field whose StatusTextType property is set to FormFieldTextType.Auto is opened on another machine, the FormField.StatusText value is set to null as well.
Use the FormField.HelpText property to specify the help text displayed when pressing F1.
Note
The Ribbon