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 };
ExtCtrls
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) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|