Vcl.Ribbon.TRibbonLunaColorMap.ControlColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ControlColor: TColor read FControlColor write FControlColor default 16777215;

C++

__property ControlColor = {default=16777215};

Properties

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

Description

The ControlColor property specifies the color of the ribbon control.

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

The ControlColor property specifies the color of the ribbon control.

Use ControlColor to specify or change the color of the ribbon control.

See Also