CheckBox Members
An interface implementing the check box functionality.Properties
Name | Description |
---|---|
CalculateOnExit | Gets or sets whether to update the form field after exit. Inherited from FormField. |
DefaultState | Gets or sets whether the checkbox should take its default value (checked). |
Enabled | Gets or sets whether the form field is enabled. Inherited from FormField. |
EntryMacro | Gets or sets the name of the entry macro (runs when the form field is focused) associated with the form field. Inherited from FormField. |
ExitMacro | Gets or sets the name of the exit macro (runs when the form field loses focus) associated with the form field. Inherited from FormField. |
FieldType | Gets the form field type. Inherited from FormField. |
HelpText | Gets or sets the instructional text shown when focusing the checkbox and pressing F1. Inherited from FormField. |
HelpTextType | Gets or sets the type of the instructional text shown when focusing the checkbox and pressing F1. Inherited from FormField. |
Name | Gets or sets the name of the bookmark associated with the current FormField object. Inherited from FormField. |
Range | Retrieves the document range occupied by the form field. Inherited from FormField. |
Size | Gets or sets the checkbox size. |
SizeMode | Gets or sets the checkbox size mode. |
State | Gets or sets the checkbox state. |
StatusText | Gets or sets the instructional text shown on the status bar when focusing the checkbox. Inherited from FormField. |
StatusTextType | Gets or sets the type of the instructional text shown in the status bar when focusing the checkbox. Inherited from FormField. |
See Also