Vcl.ComCtrls.TStatusPanelBevel
Delphi
TStatusPanelBevel = (pbNone, pbLowered, pbRaised);
C++
enum DECLSPEC_DENUM TStatusPanelBevel : unsigned char { pbNone, pbLowered, pbRaised };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | Vcl.ComCtrls |
Description
TStatusPanelBevel indicates the type of bevel around a panel in a status bar.
These are the possible TStatusPanelBevel values:
Value | Meaning |
---|---|
pbNone |
The panel has no bevel and appears flat. |
pbLowered |
The panel appears recessed. |
pbRaised |
The panel appears raised. |