Vcl.Ribbon.TRibbonObsidianColorMap.ControlInactiveColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ControlInactiveColor default $00E8E8E8;

C++

__property ControlInactiveColor = {default=15263976};

Properties

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

Description

ControlInactiveColor specifies the frame color of the inactive ribbon control.

Vcl.Ribbon.TRibbonObsidianColorMap.ControlInactiveColor inherits from Vcl.Ribbon.TCustomRibbonColorMap.ControlInactiveColor. All content below this line refers to Vcl.Ribbon.TCustomRibbonColorMap.ControlInactiveColor.

ControlInactiveColor specifies the frame color of the inactive ribbon control.

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

See Also