API:Vcl.RibbonActnCtrls.TRibbonSplitMenuItem.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 TRibbonSplitMenuItem

Description

Draws the background of the selected control.

Vcl.RibbonActnCtrls.TRibbonSplitMenuItem.DrawSelectedBackground inherits from Vcl.RibbonActnCtrls.TRibbonApplicationMenuItem.DrawSelectedBackground. All content below this line refers to Vcl.RibbonActnCtrls.TRibbonApplicationMenuItem.DrawSelectedBackground.

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