Vcl.ExtCtrls.TBevelShape
Delphi
TBevelShape = (bsBox, bsFrame, bsTopLine, bsBottomLine, bsLeftLine,
bsRightLine, bsSpacer);
C++
enum DECLSPEC_DENUM TBevelShape : unsigned char { bsBox, bsFrame, bsTopLine, bsBottomLine, bsLeftLine, bsRightLine, bsSpacer };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | Vcl.ExtCtrls |
Description
TBevelShape determines the overall shape of a bevel control.
These are the possible values of the TBevelShape type:
Value | Meaning |
---|---|
bsBox |
The entire client area appears raised or lowered. |
bsFrame |
The client area is outlined by a raised or lowered frame. |
bsTopLine |
The bevel displays a line at the top of the client area. |
bsBottomLine |
The bevel displays a line at the bottom of the client area. |
bsLeftLine |
The bevel displays a line at the left side of the client area. |
bsRightLine |
The bevel displays a line at the right side of the client area. |
bsSpacer |
The bevel is an empty space. |