Vcl.ActnMan.TCustomActionBar.OnPaint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnPaint: TNotifyEvent read FOnPaint write FOnPaint;

C++

__property System::Classes::TNotifyEvent OnPaint = {read=FOnPaint, write=FOnPaint};

Properties

Type Visibility Source Unit Parent
event public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBar

Description

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