Returns or sets the current width of a StatusBar control's Panel object.
Syntax
object.Width[= number]
The Width property syntax has these parts:
Part | Description |
object | An object expression that evaluates to a Panel object. |
number | An integer that determines the width of the Panel. |
Remarks
The Width property always reflects the actual width of a Panel and can't be smaller than the MinWidth property.