Vcl.Ribbon.TCustomRibbonColorMap.ControlFrameColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ControlFrameColor: TColor read FControlFrameColor write FControlFrameColor;

C++

__property System::Uitypes::TColor ControlFrameColor = {read=FControlFrameColor, write=FControlFrameColor, nodefault};

Properties

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

Description

ControlFrameColor specifies the frame color of the ribbon control.

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

See Also