ErrorColor Property (FlexObject)

Class

FlexObject.

Action

Gets the color of the component highlight when validation fails.

Flex also sets the borderColor style of the component to this errorColor on a validation failure. The default value is 0xFF0000.

Syntax

C#
protected Color errorColor { get; }
VB
'Declaration
Protected Read Property errorColor As Color

Access

Read only.