BackgroundDisabledColor Property (FlexContainer)

Action

Gets the background color of the component when it is disabled. The global default value is undefined.

The default value for List controls is 0xDDDDDD (light gray). If a container is disabled, the background is dimmed, and the degree of dimming is controlled by the disabledOverlayAlpha style.

Syntax

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

Access

Read only.