Vcl.ComCtrls.TCustomDrawPanelEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
typedef public Vcl.ComCtrls.hpp Vcl.ComCtrls Vcl.ComCtrls

Description

TCustomDrawPanelEvent is the type of the OnDrawPanel event handler.

StatusBar is the status bar object that contains the panel.

Panel is the panel that needs to be redrawn.

Rect gives the (new) dimensions of the status panel.

See Also