Vcl.ComCtrls.TToolButton.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.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TToolButton

Description

Renders the image of the tool button.

Paint draws the edges of the tool button to reflect the value of the Style property. If the tool button is not contained by a tool bar, Paint does nothing.

See Also