ReadOnlyFormFieldProperties Members
An interface implementing the form field properties accessed by the DocumentIterator.Properties
| 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