VisWebPageSettings.SilentMode property

Determines whether any component of the user interface (either that of Microsoft Visio or that of the browser) is displayed when a drawing is saved as a webpage. Read/write.

Syntax

expression.SilentMode

expression An expression that returns a VisWebPageSettings object.

Return value

Long

Remarks

Set SilentMode to a non-zero value (True) to prevent any component of the user interface from appearing when a drawing is saved as a webpage; set it to zero (False) to allow dialog boxes to be displayed. The default is False.

Setting the SilentMode property to True overrides the setting of the OpenBrowser property and prevents newly created webpages from opening in the default browser automatically.

To control only the display of dialog boxes in the Visio user interface, use the QuietMode property.

If both the QuietMode and SilentMode properties are set to True, the SilentMode property takes precedence, and no user interface components are displayed.

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.