Viewer.PageTabsVisible property (Visio Viewer)
Gets or sets a value that indicates whether page tabs are visible in Microsoft Visio Viewer. Read/write.
Syntax
expression.PageTabsVisible
expression An expression that returns a Viewer object.
Return value
Boolean
Remarks
The default is for the page tabs not to be visible (False).
Example
The following code makes the page tabs visible in Visio Viewer.
vsoViewer.PageTabsVisible = True
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.