|
A check box that allows the user to select one or more options by selecting the box. |
Appearance |
|
BackColor |
The background color that displays inside the check box. Choose from web, system, or custom colors. |
Font |
Refers to a type family. Controls the appearance of the text displayed in the check box including size, bold, italic, and underline. |
ForeColor |
The color of the text displayed in the check box. Choose from web, system, or custom colors. |
HelpKey |
An index into the Help system to provide default hover text for the field. This property is typically the same as the field ID. Controls on standard Encompass360 forms are all assigned with HelpKey values. Based on this property, appropriate hover text is associated with the control. Custom fields need an original HelpKey. |
HoverText |
The text that appears when the user hovers the mouse pointer over the field. This text overrides the default text referenced by the HelpKey property. |
Text |
The text that displays next to the check box on the form. |
Behavior |
|
BehaveAsRadio |
If set to True, the field's unchecked value is not saved to a database when the user clears the check box. If set to False, the field's unchecked value is saved to a database when the user clears the check box. |
Enabled |
Sets the initial state of the field as enabled (True) or disabled (False). If set to False, the check box is dimmed. |
Visible |
If set to True, the check box is visible. If set to False, the check box is not visible. |
Border |
|
BorderColor |
The color of the border appearing around the check box and its label. Choose from web, system or custom colors. |
BorderStyle |
Controls the style of the border. The default property is None meaning no border appears around the check box. |
BorderWidth |
Controls the width of the border (in pixels). |
Control |
|
ControlID |
Used to identify the control. For example, the first check box on the form will be assigned the control ID CheckBox1 while the next check box is assigned CheckBox2. You can change the control ID as needed. The ID can contain numerals or letters, but it must begin with a letter. |
Data |
|
CheckedValue |
The value stored in the loan field when the check box is selected. |
Field |
The Encompass360 field ID associated with the check box field. Note: Custom field IDs created from this property are assigned to the selected control. |
UncheckedValue |
The value stored in the loan field when the field is cleared. (See the BehaveAsRadio property description above.) |
Layout |
|
Position |
Controls the relative position (in pixels) of the check box on the form. The X value determines left to right, the Y value determines top to bottom position. Click the Position property and type values or expand the row to view the X and Y properties and make your changes. |
Size |
Controls the width and height of the check box (in pixels). Click the Size property and type values or expand the row to view the Width and Height properties and make your changes. |
TabIndex |
Determines the tab order of the check boxes on the form. To keep a check box out of the tab order, set the TabIndex to -1. |