Viewer.ToolbarCustomizable property (Visio Viewer)

Gets or sets a value that indicates whether it is possible to customize the toolbar in Microsoft Visio Viewer. Read/write.

Syntax

expression.ToolbarCustomizable

expression An expression that returns a Viewer object.

Return value

Boolean

Remarks

The default is for the toolbar to be customizable (True). When the toolbar is customizable, right-clicking the toolbar and choosing Customize opens the Customize Toolbar dialog box.

Example

The following code makes the toolbar non-customizable in Visio Viewer.

vsoViewer.ToolbarCustomizable = 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.