Vcl.ActnColorMaps.TThemedColorMap.DisabledFontShadow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisabledFontShadow: TColor read FDisabledFontShadow write FDisabledFontShadow default 16578548;

C++

__property DisabledFontShadow = {default=16578548};

Properties

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

Description

Specifies the shadow font color when the theme is disabled.

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

Specifies the shadow font color when the theme is disabled.

Use the DisabledFontShadow property to read or change the shadow 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