bevelOuter

Type: Integer

Availability: Read or write at any time

The bevelOuter property contains the style of the outer bevel of the Frame and StatusLine controls.

The following table lists the settings for the bevelOuter property.

Constant Value Description
Bevel_None 0 No bevel is drawn.
Bevel_Inset 1 The bevel appears inset on the screen.
Bevel_Raised 2 The bevel appears raised off the screen.

Use the bevelOuter property with the bevelOuterWidth property. If the bevelOuter property is set to Bevel_None (0), the bevelOuterWidth property has no effect.