The Check
public class CheckFormField : FormFieldPublic Class CheckFormField
Inherits FormField Introduced: X18.
| Constructor | Description |
|---|---|
| Check |
Initializes a new instance of the Check |
| Field | Description |
|---|---|
| Default |
Represents the default character which is used to display the checkbox in the checked state. |
| Default |
Represents the default character which is used to display the checkbox in the unchecked state. |
| Method | Description |
|---|---|
| Form |
Opens a dialog box to alter the formatting attributes of the form field.
(Inherited from Form |
| Property | Description |
|---|---|
| Checked | Gets or set a value indicating whether the checkbox is in the checked state. |
| Checked |
Gets or sets the character which is used to display the checkbox in the checked state. |
| Enabled | Gets or set a value indicating whether the form field is enabled.
(Inherited from Form |
| Supported |
Gets possible characters which can be used to display the checkbox in the checked state. |
| Supported |
Gets possible characters which can be used to display the checkbox in the unchecked state. |
| Unchecked |
Gets or sets the character which is used to display the checkbox in the unchecked state. |