Vcl.Ribbon.TCustomRibbonColorMap.ControlInactiveColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ControlInactiveColor: TColor read FControlInactiveColor write FControlInactiveColor;

C++

__property System::Uitypes::TColor ControlInactiveColor = {read=FControlInactiveColor, write=FControlInactiveColor, nodefault};

Properties

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

Description

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