Vcl.ActnColorMaps.TStandardColorMap.DisabledFontColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisabledFontColor: TColor read FDisabledFontColor write FDisabledFontColor default -16777199;

C++

__property DisabledFontColor = {default=-16777199};

Properties

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

Description

Specifies the font color when the theme is disabled.

Vcl.ActnColorMaps.TStandardColorMap.DisabledFontColor inherits from Vcl.ActnMan.TCustomActionBarColorMap.DisabledFontColor. All content below this line refers to Vcl.ActnMan.TCustomActionBarColorMap.DisabledFontColor.

Specifies the font color when the theme is disabled.

DisabledFontColor property to read or change the font 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