DisplayStatusBar Property

Applies To

Binder object.

Description

True if Microsoft Office Binder displays a status bar at the bottom of the application window. Read/write Boolean.

See Also

DisplayLeftPaneAndButton property.

Example

This example opens Binder2.obd, displays the status bar, and makes the binder visible.

Set newb = GetObject("C:\Binder2.obd", "Office.Binder")
newb.DisplayStatusBar = True
newb.Visible = True