SilentMode Property

Visio Save As Web Reference

Determines whether any component of the user interface (either that of Microsoft Office Visio or that of the browser) is displayed when a drawing is saved as a Web page. 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 Web page; 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 Web pages 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.

See Also