Returns or sets the bevel style of a StatusBar control's Panel object.
Syntax
object.Bevel [= value]
The Bevel property syntax has these parts:
Part | Description |
object | An object expression that evaluates to a Panel object. |
value | A constant or value which determines the bevel style, as specified in Settings. |
Settings
The settings for value are:
Constant | Value | Description |
sbrNoBevel | 0 | None. The Panel displays no bevel, and text looks like it is displayed right on the status bar. |
sbrInset | 1 | (Default). Inset. The Panel appears to be sunk into the status bar. |
sbrRaised | 2 | Raised. The Panel appears to be raised above the status bar. |