Vcl.ActnMan.TCustomActionBarColorMap.DisabledColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisabledColor: TColor read GetDisabledColor write FDisabledColor;

C++

__property System::Uitypes::TColor DisabledColor = {read=GetDisabledColor, write=FDisabledColor, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBarColorMap

Description

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