[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Event handler signalled to draw a panel in the status bar.
Source position: comctrls.pp line 209
published property TStatusBar.OnDrawPanel : TDrawPanelEvent |
OnDrawPanel is a TDrawPanelEvent property with the event handler signalled to draw the specified panel on the status bar. OnDrawPanel is signalled (when assigned) from the DrawPanel method, and occurs when the TLMDrawItems message is handled for the control. Assign an object procedure using the signature in TDrawPanelEvent to render the specified panel to a rectangle on the Canvas for the status bar control.
|
Signals the OnDrawPanel event handler (when assigned). |
|
|
Specifies an event handler used to draw a panel in a status bar. |
|
|
Version 4.0 | Generated 2025-05-03 | Home |