Vcl.RibbonActnCtrls.TRibbonMenuItem.DrawSelectedBackground

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawSelectedBackground(ARect: TRect); virtual;

C++

virtual void __fastcall DrawSelectedBackground(const System::Types::TRect &ARect);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonMenuItem

Description

Draws the background of a control that is selected.

The DrawSelectedBackground method draws the background of a selected control (for example, a TRibbonComboBoxItem) within the area specified by PaintRect.

See Also