bevelInner

Type: Integer

Availability: Read or write at any time

The bevelInner property contains the style of the inner bevel of the Frame and StatusLine controls.

The following table lists the settings for the bevelInner 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 on the screen.

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