CheckBox Members
An interface implementing the check box functionality.
#Properties
Name | Description |
---|---|
Calculate |
Gets or sets whether to update the form field after exit.
Inherited from Form |
Default |
Gets or sets whether the checkbox should take its default value (checked). |
Enabled |
Gets or sets whether the form field is enabled.
Inherited from Form |
Entry |
Gets or sets the name of the entry macro (runs when the form field is focused) associated with the form field.
Inherited from Form |
Exit |
Gets or sets the name of the exit macro (runs when the form field loses focus) associated with the form field.
Inherited from Form |
Field |
Gets the form field type.
Inherited from Form |
Help |
Gets or sets the instructional text shown when focusing the checkbox and pressing F1.
Inherited from Form |
Help |
Gets or sets the type of the instructional text shown when focusing the checkbox and pressing F1.
Inherited from Form |
Name |
Gets or sets the name of the bookmark associated with the current Form |
Range |
Retrieves the document range occupied by the form field.
Inherited from Form |
Size | Gets or sets the checkbox size. |
Size |
Gets or sets the checkbox size mode. |
State | Gets or sets the checkbox state. |
Status |
Gets or sets the instructional text shown on the status bar when focusing the checkbox.
Inherited from Form |
Status |
Gets or sets the type of the instructional text shown in the status bar when focusing the checkbox.
Inherited from Form |
See Also