Vcl.Tabs.TScroller.Paint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Paint; override;

C++

virtual void __fastcall Paint();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Tabs.pas
Vcl.Tabs.hpp
Vcl.Tabs TScroller

Description

Paints the image of the TScroller object into its canvas.

Paint is called automatically in response to WM_PAINT messages. Paint paints the arrow buttons, graying them out when Position cannot be moved in the associated direction.

See Also