FormField Properties
An interface implementing the form fields functionality.
Name | Description |
---|---|
Calculate |
Gets or sets whether to update the form field after exit. |
Enabled | Gets or sets whether the form field is enabled. |
Entry |
Gets or sets the name of the entry macro (runs when the form field is focused) associated with the form field. |
Exit |
Gets or sets the name of the exit macro (runs when the form field loses focus) associated with the form field. |
Field |
Gets the form field type. |
Help |
Gets or sets the instructional text shown when focusing the checkbox and pressing F1. |
Help |
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 Form |
Range | Retrieves the document range occupied by the form field. |
Status |
Gets or sets the instructional text shown on the status bar when focusing the checkbox. |
Status |
Gets or sets the type of the instructional text shown in the status bar when focusing the checkbox. |
See Also