API:Vcl.RibbonActnCtrls.TRibbonCustomStatusControl.DrawBackground

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawBackground(var PaintRect: TRect); override;

C++

virtual void __fastcall DrawBackground(System::Types::TRect &PaintRect);

Properties

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

Description

Draws the background of the control.

Vcl.RibbonActnCtrls.TRibbonCustomStatusControl.DrawBackground inherits from Vcl.RibbonActnCtrls.TRibbonCustomControl.DrawBackground. All content below this line refers to Vcl.RibbonActnCtrls.TRibbonCustomControl.DrawBackground.

Draws the background of the control.

DrawBackground does not manifest inherited behavior. Use DrawBackground to draw the background of the control within the area specified by PaintRect.