The Form
public class FormChoiceField : FormFieldPublic Class FormChoiceField : FormField Introduced: X19.
| Constructor | Description |
|---|---|
| Form |
Initializes a new instance of the Form |
| Property | Description |
|---|---|
| Alternate |
Gets or sets the alternate field name of the field.
(Inherited from Acro |
| Bounds | Gets or sets the rectangle bounds of the form field in the document.
(Inherited from Acro |
| Can |
Specifies whether a field can be edited. |
| Commit |
Specifies whether the form is submitted when the selected is changed. |
| Do |
Specifies whether spell checking is enabled or not. |
| Field |
Gets or sets the name of the field.
(Inherited from Acro |
| Field |
Gets or sets the type of the field.
(Inherited from Acro |
| Multi |
Specifies whether multiple options can be selected. |
| Options | Gets or sets the option elements of a choice field. |
| Sort | Specifies whether the list can be sorted. |
| Value | Gets or sets the selected value of a choice list. |