| ApplicationField | | Gets the adapted ApplicationField of the field. |
| Bounds | | Gets and sets the bounds of the form field. |
| CalcOnExit | | Gets or sets the CalcOnExit property of the field. |
| Enabled | | Specifies whether the field is enabled or not. |
| Font | | Gets and sets the font of the form field. |
| HelpText | | Gets and sets the help text of the field. |
| ID | | Gets the ID of the specific field through its adapter. |
| Length | | Gets the number of characters in a text field through its adapter. |
| Name | | Gets and sets the name of the form field. |
| Start | | Gets the first character position (one-based) of the field through its adapter. |
| StatusText | | Gets and sets the status text of the field. |
| Text | | Gets and sets the text of the form field. |
| TypeName | | Gets the field's type name of the specific field through its adapter. |