Vcl.ActnMan.TCustomActionBarColorMap.BtnFrameColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BtnFrameColor: TColor read FBtnFrameColor write FBtnFrameColor;

C++

__property System::Uitypes::TColor BtnFrameColor = {read=FBtnFrameColor, write=FBtnFrameColor, nodefault};

Properties

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

Description

Specifies the button frame color.

Use the BtnFrameColor property to read or change the button frame 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