F > FStyleFormat.selectionDisabled |
![]() ![]() ![]() |
FStyleFormat.selectionDisabled
Availability
Flash Player 6.
Usage
myStyleFormat
.selectionDisabled
Description
Property; the RGB color value for the selection bar used to highlight a list item in a disabled 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 0x708090
to the selectionDisabled
property for formStyleFormat
, producing a slate-gray selection bar when the component is disabled.
formStyleFormat
.selectionDisabled = 0x708090;
See also
![]() ![]() ![]() |