Vcl.ActnColorMaps.TThemedColorMap.DisabledColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisabledColor: TColor read GetDisabledColor write FDisabledColor default 8421504;

C++

__property DisabledColor = {default=8421504};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnColorMaps.pas
Vcl.ActnColorMaps.hpp
Vcl.ActnColorMaps TThemedColorMap

Description

Specifies the background color when the theme is disabled.

Vcl.ActnColorMaps.TThemedColorMap.DisabledColor inherits from Vcl.ActnMan.TCustomActionBarColorMap.DisabledColor. All content below this line refers to Vcl.ActnMan.TCustomActionBarColorMap.DisabledColor.

Specifies the background color when the theme is disabled.

Use the DisabledColor property to read or change the background color when the theme is disabled.

Use the Object Inspector for color maps to change the default settings and customize the look and feel of your applications.

See Also