Viewer.PropertyDialogEnabled property (Visio Viewer)
Gets or sets a value that indicates whether the Properties and Settings dialog box is available in the user interface for Microsoft Visio Viewer. Read/write.
expression.PropertyDialogEnabled
expression An expression that returns a Viewer object.
Boolean
The default is for the Properties and Settings dialog box to be available (True).
When the PropertyDialogEnabled property is set to False, choosing Properties and Settings on the toolbar or on the shortcut (right-click) menu has no effect.
The following code gets a value that indicates whether the Properties and Settings dialog box is available in Visio Viewer.
Debug.Print vsoViewer.PropertyDialogEnabled
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.