Vcl.ActnMenus.TCustomMenuButton.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.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomMenuButton

Description

Renders the control's surface.

Vcl.ActnMenus.TCustomMenuButton.Paint inherits from Vcl.ActnCtrls.TCustomButtonControl.Paint. All content below this line refers to Vcl.ActnCtrls.TCustomButtonControl.Paint.

Renders the control's surface.

The Paint method is called automatically when the button control needs to update its display area.

See Also