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