Vcl.ActnMan.TCustomActionBarColorMap.FrameTopLeftInner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FrameTopLeftInner: TColor read FFrameTopLeftInner write FFrameTopLeftInner;

C++

__property System::Uitypes::TColor FrameTopLeftInner = {read=FFrameTopLeftInner, write=FFrameTopLeftInner, nodefault};

Properties

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

Description

Specifies the upper-left inner color.

Use the FrameTopLeftInner property to read or change the upper-left inner color of the item that uses TThemedColorMap.

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

See Also