Vcl.ActnCtrls.TActionToolBar.OnPaint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnPaint: TNotifyEvent read FOnPaint write FOnPaint;

C++

__property OnPaint;

Properties

Type Visibility Source Unit Parent
event published
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TActionToolBar

Description

Occurs when the action band is painted.

Vcl.ActnCtrls.TActionToolBar.OnPaint inherits from Vcl.ActnMan.TCustomActionBar.OnPaint. All content below this line refers to Vcl.ActnMan.TCustomActionBar.OnPaint.

Occurs when the action band is painted.

Write an OnPaint event handler to change the way the action band renders itself.

OnPaint is an event handler of type TNotifyEvent.

See Also