Vcl.Ribbon.TRibbonObsidianColorMap.ControlFrameColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ControlFrameColor: TColor read FControlFrameColor write FControlFrameColor default 9013641;

C++

__property ControlFrameColor = {default=9013641};

Properties

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

Description

ControlFrameColor specifies the frame color of the ribbon control.

Vcl.Ribbon.TRibbonObsidianColorMap.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