Vcl.RibbonActnCtrls.TRibbonApplicationMenuItem.DrawSelectedBackground

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawSelectedBackground(ARect: TRect); override;

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 TRibbonApplicationMenuItem

Description

Draws the background of the selected control.

The DrawSelectedBackground method draws the background of a selected item within the area specified by PaintRect.

See Also