[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Signals the OnDrawPanel event handler (when assigned).
Source position: comctrls.pp line 159
protected procedure TStatusBar.DrawPanel( |
Panel: TStatusPanel; |
const Rect: TRect |
); virtual; |
Panel |
|
Panel drawn in the method. |
Rect |
|
Rectangle for the drawing operation. |
DrawPanel is a method used to draw the status bar panel specified in Panel to the specified rectangle (Rect) on the Canvas for the control. It signals the OnDrawPanel event handler (when assigned) using the values specified in the arguments. DrawPanel is called from the LMDrawItem method and occurs when the LM_DRAWITEM message is handled for the control.
|
Event handler signalled to draw a panel in the status bar. |
|
|
Draws the status bar panel when the specified LM_DRAWITEMS message is handled for the control. |
|
|
Implements a panel displayed in TStatusBar. |
|
|
Specifies an event handler used to draw a panel in a status bar. |
Version 4.0 | Generated 2025-05-03 | Home |