TBevelShape determines the overall shape of a bevel control.
TBevelShape = ( bsBox, bsFrame, bsTopLine, bsBottomLine, bsLeftLine, bsRightLine, bsSpacer );
enum TBevelShape { bsBox, bsFrame, bsTopLine, bsBottomLine, bsLeftLine, bsRightLine, bsSpacer };
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. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|