|
RAD Studio VCL Reference
|
TCustomDrawPanelEvent is the type of the OnDrawPanel event handler.
TCustomDrawPanelEvent = procedure (StatusBar: TCustomStatusBar; Panel: TStatusPanel; const Rect: TRect) of object;
(StatusBar: TCustomStatusBar; Panel: TStatusPanel; const Rect: TRect) ( TCustomDrawPanelEvent)();
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.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|