Represents the style used for a panel on a status bar.
Source position: comctrls.pp line 45
type TStatusPanelStyle = ( |
||
psText, |
|
The panel contains Text. |
psOwnerDraw |
|
The panel uses an owner-drawn style (generally implemented in an event handler). |
); |
TStatusPanelStyle is an enumerated type representing the style used for a panel on a status bar. TStatusPanelStyle is the type used to implement the Style property in TStatusPanel, and used in widgetset classes which initialize or update a status bar panel.
|
Style - whether text or something drawn by the owner. |