Viewer.ToolbarVisible property (Visio Viewer)

Gets or sets a value that indicates whether the toolbar is visible in Microsoft Visio Viewer. Read/write.

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 Visio Viewer.

vsoViewer.ToolbarVisible = False

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.