ShowStatusBar property

Microsoft Visio Developer Reference

ShowStatusBar property

       

Determines whether a status bar is shown.

Version added

4.5

Syntax

intRet = object.ShowStatusBar
object.ShowStatusBar = intExpression

intRet

Integer. True (-1) if the status bar is showing; otherwise, False (0).

object

Required. An expression that returns an Application object.

intExpression

Required Integer. True (-1) to show a status bar; False (0) to hide a status bar.

Remarks

The ShowStatusBar property persists each time you run the application. The ShowMenus and ShowToolbar properties are valid for a Visio instance only.