Vcl.ActnCtrls.TActionToolBar.OnPaint

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnPaint: TNotifyEvent read FOnPaint write FOnPaint;

C++

__property OnPaint;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TActionToolBar

Beschreibung

Wird beim Anzeigen des Aktionsabschnitts ausgelöst.

Vcl.ActnCtrls.TActionToolBar.OnPaint erbt von Vcl.ActnMan.TCustomActionBar.OnPaint. Der folgende Inhalt bezieht sich auf Vcl.ActnMan.TCustomActionBar.OnPaint.

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