Share via


DisplayStatusBar Property [Publisher 2003 VBA Language Reference]

True for Microsoft Publisher to show the status bar at the bottom of the Publisher window. Read/write Boolean.

expression.DisplayStatusBar

expression Required. An expression that returns one of the objects in the Applies To list.

Example

This example hides the status bar from view.

Sub HideStatusBar()
    Options.DisplayStatusBar = False
End Sub

Applies to | Options Object