Vcl.RibbonActnCtrls.TRibbonTextControl.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 TRibbonTextControl

Description

This control does not need background drawing.

The DrawBackground method is empty.

See Also