FormField Members
An interface implementing the form fields functionality.Properties
| Name | Description |
|---|---|
| CalculateOnExit | Gets or sets whether to update the form field after exit. |
| Enabled | Gets or sets whether the form field is enabled. |
| EntryMacro | Gets or sets the name of the entry macro (runs when the form field is focused) associated with the form field. |
| ExitMacro | Gets or sets the name of the exit macro (runs when the form field loses focus) associated with the form field. |
| FieldType | Gets the form field type. |
| HelpText | Gets or sets the instructional text shown when focusing the checkbox and pressing F1. |
| HelpTextType | Gets or sets the type of the instructional text shown when focusing the checkbox and pressing F1. |
| Name | Gets or sets the name of the bookmark associated with the current FormField object. |
| Range | Retrieves the document range occupied by the form field. |
| StatusText | Gets or sets the instructional text shown on the status bar when focusing the checkbox. |
| StatusTextType | Gets or sets the type of the instructional text shown in the status bar when focusing the checkbox. |
See Also