Vcl.Ribbon.TRibbonLunaColorMap.ControlInactiveColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ControlInactiveColor default $00FBF2EA;

C++

__property ControlInactiveColor = {default=16511722};

Properties

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

Description

ControlInactiveColor specifies the frame color of the inactive ribbon control.

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