Vcl.Ribbon.TCustomRibbonColorMap.ControlColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ControlColor: TColor read FControlColor write FControlColor;

C++

__property System::Uitypes::TColor ControlColor = {read=FControlColor, write=FControlColor, nodefault};

Properties

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

Description

The ControlColor property specifies the color of the ribbon control.

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

See Also