Shape Property
Determines the shape of the bevel.
Description
Set Shape to specify whether the bevel appears as a line, box, frame, or space. For shapes that can appear either raised or lowered, the Style property indicates which effect is used.
The default value for Shape is bsBox.
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. |