Specifies the width of the panel’s outer and inner bevels.
Declaration
componentObj.BevelWidth
Read-Write Property | Integer |
componentObj | One of the user forms components listed in the Applies To section |
Applies To
The property applies to the following components:
Description
Use the BevelWidth
property to get or set the width of both outer and inner bevels of a panel component, in pixels. If both bevels do not appear (that is, both BevelOuter and BevelInner properties are “bvNone”), the BevelWidth
property has no effect.
To get or set the distance between bevels, use the BorderWidth
property.
To remove both outer and inner bevels, set BevelOuter
and BevelInner
to “bvNone”.
Property Value
An integer value greater or equal to 1 that signifies the width, in pixels, of both outer and inner bevels of the panel.