Viewer.ToolbarVisible Property

Visio Viewer

Gets or sets whether the toolbar is visible in the Microsoft Office Visio 2007 Viewer. Read/write.

Version Information
 Version Added:  Visio 2007

Syntax

expression.ToolbarVisible

expression   An expression that returns a Viewer object.

Return Value
Boolean

Remarks

The default is for the toolbar to be visible (True).

Example

The following code hides the toolbar in the Viewer.

Visual Basic for Applications
  vsoViewer.ToolbarVisible = False