Vcl.ActnMan.TCustomActionBar.OnPaint

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnPaint: TNotifyEvent read FOnPaint write FOnPaint;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBar

Beschreibung

Wird beim Anzeigen des Aktionsabschnitts ausgelöst.

In einer Ereignisbehandlungsroutine für OnPaint können Sie die Anzeige des Aktionsnbandes ändern.

OnPaint ist eine Ereignisbehandlungsroutine des Typs TNotifyEvent.

Siehe auch