F > FStyleFormat.focusRectOuter |
![]() ![]() ![]() |
FStyleFormat.focusRectOuter
Availability
Flash Player 6.
Usage
myStyleFormat.focusRectOuter
Description
Property; the RGB color value for an outer focus rectangle stroke. 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 0x00ff00 to the focusRectOuter
property for formStyleFormat
, producing a green outer stroke for the focus rectangle.
formStyleFormat.focusRectOuter = 0x00ff00;
![]() ![]() ![]() |