Vcl.ShadowWnd.TShadowWindow.Paint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Paint; override;

C++

virtual void __fastcall Paint(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ShadowWnd.pas
Vcl.ShadowWnd.hpp
Vcl.ShadowWnd TShadowWindow

Description

Renders the shadow window control surface on the screen.

Paint is called automatically when the shadow window needs to paint itself.

See Also