ReadOnlyFormFieldProperties Properties
An interface implementing the form field properties accessed by the DocumentIterator.
Name | Description |
---|---|
Calculate |
Gets whether the form field is updated after exit. |
Enabled | Gets whether the form field is enabled. |
Entry |
Gets the name of the entry macro (runs when the form field is focused) associated with the form field. |
Exit |
Gets the name of the exit macro (runs when the form field loses focus) associated with the form field. |
Help |
Gets the instructional text shown when focusing the checkbox and pressing F1. |
Help |
Gets the type of the instructional text shown when focusing the checkbox and pressing F1. |
Name | Gets the form field’s name. |
Status |
Gets the instructional text shown on the status bar when focusing the checkbox. |
Status |
Gets the type of the instructional text shown in the status bar when focusing the checkbox. |
See Also