FlashTextEditor.targetBorderColor

Availability

Flash Player 8

Usage

myTextEditor.targetBorderColor : Number

Description

Allows changing of border color for currently targeted text field.

Examples

The following code will change border color to red

myTextEditor.targetBorderColor = 0xFF0000;