F > FStyleFormat.radioDot |
![]() ![]() ![]() |
FStyleFormat.radioDot
Availability
Flash Player 6.
Usage
myStyleFormat
.radioDot
Description
Property; the RGB color value for the selection dot in a radio button in a component. 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 0xFF12AC
to the radioDot
property for formStyleFormat
, producing a pink selection dot.
formStyleFormat
.radioDot = 0xFF12AC;
![]() ![]() ![]() |