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

ReadOnlyFormFieldProperties Properties

An interface implementing the form field properties accessed by the DocumentIterator.
Name Description
CalculateOnExit Gets whether the form field is updated after exit.
Enabled Gets whether the form field is enabled.
EntryMacro Gets the name of the entry macro (runs when the form field is focused) associated with the form field.
ExitMacro Gets the name of the exit macro (runs when the form field loses focus) associated with the form field.
HelpText Gets the instructional text shown when focusing the checkbox and pressing F1.
HelpTextType Gets the type of the instructional text shown when focusing the checkbox and pressing F1.
Name Gets the form field’s name.
StatusText Gets the instructional text shown on the status bar when focusing the checkbox.
StatusTextType Gets the type of the instructional text shown in the status bar when focusing the checkbox.
See Also