Share via


NavBar Property

Visio Save As Web Reference

Determines whether the Go to Page navigation control is displayed in a Web page. Read/write.

Syntax

expression.NavBar

expression   An expression that returns a VisWebPageSettings object.

Return Value
Long

Remarks

The NavBar property returns non-zero (True) if the Go to Page navigation control is displayed after the drawing is exported to a Web page; otherwise, it returns zero (False). The default is True.

Set NavBar to a non-zero value (True) to display the Go to Page navigation control after the drawing is exported to a Web page; otherwise, set it to zero (False).

This property corresponds to the Go to Page (navigation control) check box under Publishing Options 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