F > FStyleFormat.selectionUnfocused |
![]() ![]() ![]() |
FStyleFormat.selectionUnfocused
Availability
Flash Player 6.
Usage
myStyleFormat
.selectionUnfocused
Description
Property; the RGB color value for the selection bar (highlighting) in a component's list when the component doesn't have the keyboard focus. 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 0xaabbcc
to the selectionUnfocused
property for formStyleFormat
.
formStyleFormat
.selectionUnfocused = 0xaabbcc;
See also
FStyleFormat.selection
![]() ![]() ![]() |