DisplayStatusBar Property
Specifies whether the WorkSpace's Status Bar is visible.
Syntax
object.DisplayStatusBar [= Boolean]
Properties
The DisplayStatusBar property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Boolean |
Whether the Status Bar is visible or not. |
Settings
The settings for Boolean are:
Value |
Description |
True |
The Status Bar is visible. |
False |
The Status Bar is not visible. |