The Form
public sealed class FormText : FormFieldAdapterPublic NotInheritable Class FormText
Inherits FormFieldAdapter Introduced: 15.0.
| Constructor | Description |
|---|---|
| Form |
Initializes a new instance of the Form |
| Field | Description |
|---|---|
| TYPE_NAME | Represents the name of the respective field type.
(Inherited from Form |
| Method | Description |
|---|---|
| Show |
Opens the specific field options dialog box.
(Inherited from Form |
| Property | Description |
|---|---|
| Application |
Gets the adapted Application (Inherited from Form |
| Bounds | Gets and sets the bounds of the form field.
(Inherited from Form |
| Calc |
Gets or sets the Calc (Inherited from Form |
| Enabled | Specifies whether the field is enabled or not.
(Inherited from Form |
| Font | Gets and sets the font of the form field.
(Inherited from Form |
| Format | Gets or sets the Text |
| Help |
Gets and sets the help text of the field.
(Inherited from Form |
| ID | Gets the ID of the specific field through its adapter.
(Inherited from Form |
| Length | Gets the number of characters in a text field through its adapter.
(Inherited from Form |
| Max |
Gets and sets the maximum length of the field. |
| Name | Gets and sets the name of the form field.
(Inherited from Form |
| Start | Gets the first character position (one-based) of the field through its adapter.
(Inherited from Form |
| Status |
Gets and sets the status text of the field.
(Inherited from Form |
| Text | Gets and sets the text of the form field.
(Inherited from Form |
| Type | Gets or sets the type of the field. |
| Type |
Gets the field's type name of the specific field through its adapter.
(Inherited from Form |