Vcl.ComCtrls.TStatusPanelStyle
Delphi
TStatusPanelStyle = (psText, psOwnerDraw);
C++
enum DECLSPEC_DENUM TStatusPanelStyle : unsigned char { psText, psOwnerDraw };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | Vcl.ComCtrls |
Description
TStatusPanelStyle indicates the kind of contents in a status bar panel.
TStatusPanelStyle enumerates the possible values of the Style property in TStatusPanel:
| Value | Meaning |
|---|---|
|
psText |
The panel shows the value of the Text property |
|
psOwnerDraw |
The panel is drawn by the OnDrawPanel (TStatusBar) event handler. |