Returns or sets the width of the three-dimensional effect on the object.
Object.BevelWidth [ = nBevelWidth ]
The BevelWidth property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AButton |
AButton control |
|
nBevelWidth |
Short |
An integer specifying the height, width, or three-dimensional shadow effect of the bevel, in pixels. The value may be from zero up to 20 pixels. |
The following statement changes the AButton's BevelWidth to 4 pixels wide all around the focus area of the button
btn1.BevelWidth=4