Vcl.Ribbon.TRibbonLunaColorMap.ControlFrameColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ControlFrameColor: TColor read FControlFrameColor write FControlFrameColor default 14664879;

C++

__property ControlFrameColor = {default=14664879};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbonLunaColorMap

Description

ControlFrameColor specifies the frame color of the ribbon control.

Vcl.Ribbon.TRibbonLunaColorMap.ControlFrameColor inherits from Vcl.Ribbon.TCustomRibbonColorMap.ControlFrameColor. All content below this line refers to Vcl.Ribbon.TCustomRibbonColorMap.ControlFrameColor.

ControlFrameColor specifies the frame color of the ribbon control.

Use ControlFrameColor to specify or change the frame color of the ribbon control.

See Also