F > FStyleFormat.check |
![]() ![]() ![]() |
FStyleFormat.check
Availability
Flash Player 6.
Usage
myStyleFormat
.check
Description
Property; the RGB color value for the check mark in a selected check box. The color value must be in the format 0xRRGGBB.
You must use FStyleFormat.applyChanges
when updating properties with a new value.
Example
The following code assigns a value of 0x228B22
to the check
property for formStyleFormat
, producing a dark green arrow.
formStyleFormat
.check = 0x228B22;
![]() ![]() ![]() |