Vcl.ComCtrls.TCustomDrawPanelEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

typedef void __fastcall (__closure *TCustomDrawPanelEvent)(TCustomStatusBar* StatusBar, TStatusPanel* Panel, const System::Types::TRect &Rect);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
typedef public Vcl.ComCtrls.hpp Vcl.ComCtrls Vcl.ComCtrls

Beschreibung

TCustomDrawPanelEvent wird für die Behandlungsroutine des Ereignisses OnDrawPanel verwendet.

StatusBar ist die Statuszeile, die den Bereich enthält.

Panel ist der Statusbereich, der aktualisiert werden soll.

Rect enthält die (neuen) Abmessungen des Statusbereichs.

Siehe auch