The
color property specifies the color
of a field in a form. The values come from the
ColorKind enumeration:
- black
- blue
- cyan
- defaultColor (the default)
- green
- magenta
- red
- white
- yellow
If you assign the defaultColor value,
other conditions determine the displayed color, as shown in the following
table:
Table 1. Values of defaultColor| Are all fields on the form assigned
the value defaultColor? |
Value of protect |
Value of intensity |
Displayed color for a field assigned
the value defaultColor |
| yes |
YES or SKIP |
not BOLD |
blue |
| yes |
YES or SKIP |
BOLD |
white |
| yes |
NO |
not BOLD |
green |
| yes |
NO |
BOLD |
red |
| no |
any value |
not BOLD |
green |
| no |
any value |
BOLD |
white |