Vcl.Ribbon.TCustomRibbonColorMap.BevelMinimizedInner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BevelMinimizedInner: TColor read FBevelMinimizedInner write FBevelMinimizedInner;

C++

__property System::Uitypes::TColor BevelMinimizedInner = {read=FBevelMinimizedInner, write=FBevelMinimizedInner, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonColorMap

Description

BevelMinimizedInner specifies the minimized inner bevel color.

Use BevelMinimizedInner to specify or change the minimized inner bevel color.

See Also