Vcl.ComCtrls.TStatusBar.OnDrawPanel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDrawPanel: TDrawPanelEvent read GetOnDrawPanel write SetOnDrawPanel;

C++

__property TDrawPanelEvent OnDrawPanel = {read=GetOnDrawPanel, write=SetOnDrawPanel};

Properties

Type Visibility Source Unit Parent
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TStatusBar

Description

Occurs when a status panel needs to be redrawn.

The OnDrawPanel event occurs when a status panel needs to be redisplayed—for example, when the user resizes the status bar. OnDrawPanel occurs only if the status panel's Style property is set to psOwnerDraw.

OnDrawPanel is an event handler of type Vcl.ComCtrls.TDrawPanelEvent.

See Also

Code Examples