Enumerated type with the bevel styles used on status bar panels.
Source position: comctrls.pp line 46
type TStatusPanelBevel = ( |
||
pbNone, |
|
No bevel is drawn on a panel. |
pbLowered, |
|
Drawn using a lowered bevel style. |
pbRaised |
|
Drawn using a raised bevel style. |
); |
TStatusPanelBevel is an enumerated type with values which represent bevel styles used on status bar panels. TStatusPanelBevel is the type used to implement the Style property in TStatusPanel.
|
Style - whether text or something drawn by the owner. |