Vcl.ScreenTips.TScreenTipsWindow.DrawBackground

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawBackground(const aRect: TRect); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipsWindow

Description

Draws the background of the screen tip's pop-up window.

DrawBackground does not use inherited behavior. DrawBackground is used to draw the background of the pop-up window within the area specified by aRect.

See Also