Vcl.ActnMan.TCustomActionBarColorMap.FrameBottomRightInner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FrameBottomRightInner: TColor read FFrameBottomRightInner write FFrameBottomRightInner;

C++

__property System::Uitypes::TColor FrameBottomRightInner = {read=FFrameBottomRightInner, write=FFrameBottomRightInner, nodefault};

Properties

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

Description

Specifies the lower-right inner color.

Use the FrameBottomRightInner property to read or change the lower-right inner color of the item that uses 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