Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

FormField.StatusText Property

Gets or sets the instructional text shown on the status bar when focusing the checkbox.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

string StatusText { get; set; }

Property Value

Type Description
String

A string that is the target help text.

Remarks

Use the FormField.HelpText property to specify the help text shown when pressing F1. When the FormField.StatusTextType property is set to FormFieldTextType.Custom, the StatusText should be equal to one of the AutoText gallery entries. Otherwise, the FormField.StatusText value is not displayed 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 StatusText property is set to FormFieldTextType.Auto is opened on another machine, the FormField.StatusText value is not displayed as well.

Note

The RibbonStatusBar cannot display the form field help text.

See Also