Share via


OpenBrowser Property

Visio Save As Web Reference

Determines whether the Web page opens in the browser after the drawing is exported to a Web page. Read/write.

Syntax

expression.OpenBrowser

expression   An expression that returns a VisWebPageSettings object.

Return Value
Long

Remarks

OpenBrowser returns non-zero (True) if the Web page opens in the browser after the drawing is exported to a Web page; otherwise, it returns zero (False). The default is True.

Set OpenBrowser to a non-zero value (True) to open a Web page in the browser after the drawing is exported to a Web page; otherwise, set it to zero (False).

The OpenBrowser property corresponds to the Automatically open Web page in browser check box on the General tab of the Save As Web Page dialog box (on the File menu, click Save as Web Page, and then click Publish).

See Also