F > FStyleFormat.highlight

 

FStyleFormat.highlight

Availability

Flash Player 6.

Usage

myStyleFormat.highlight

Description

Property; the RGB color value for the inner border or darker shadow portion of a component when it is selected—for example, the inner edge of a radio button circle or check box. 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 0xFF00FF to the highlight property for formStyleFormat, producing a bright-yellow inner border when the component is selected.

formStyleFormat.highlight = 0xFF00FF;

See also

FStyleFormat.darkshadow