API:Vcl.ActnColorMaps.TXPColorMap.BtnFrameColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BtnFrameColor: TColor read FBtnFrameColor write FBtnFrameColor default 13003057;

C++

__property BtnFrameColor = {default=13003057};

Properties

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

Description

Specifies the button frame color.

Vcl.ActnColorMaps.TXPColorMap.BtnFrameColor inherits from Vcl.ActnMan.TCustomActionBarColorMap.BtnFrameColor. All content below this line refers to Vcl.ActnMan.TCustomActionBarColorMap.BtnFrameColor.

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