Vcl.ActnMan.TCustomActionBarColorMap.MenuColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MenuColor: TColor read FMenuColor write FMenuColor;

C++

__property System::Uitypes::TColor MenuColor = {read=FMenuColor, write=FMenuColor, nodefault};

Properties

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

Description

Specifies the menu color.

Use the MenuColor property to read or change the menu color for all action controls that use this instance of TThemedColorMap.

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

See Also