F > FStyleFormat.arrow |
![]() ![]() ![]() |
FStyleFormat.arrow
Availability
Flash Player 6.
Usage
myStyleFormat
.arrow
Description
Property; the RGB color value for the arrow
property used in scroll bars and drop-down lists in components such as scroll bars, list boxes, and combo boxes. 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 0x800080
to the arrow
property in formStyleFormat
, producing a purple arrow.
formStyleFormat
.arrow = 0x800080;
![]() ![]() ![]() |