Share via


Window.ShowPageOutline Property

Visio Automation Reference

Determines whether the drawing page outline is displayed in the Microsoft Office Visio drawing window. Read/write.

Version Information
 Version Added:  Visio 2003

Syntax

expression.ShowPageOutline

expression   A variable that represents a Window object.

Return Value
Boolean

Remarks

The default value is True (the page outline is displayed), which is also the default Visio behavior. You can use the ShowPageOutline property to prevent display of the page outline in any Visio drawing window, including page, master, and group windows. Attempting to set ShowPageOutline for other windows, including stencil windows, ShapeSheet windows, and icon windows, will throw an exception.

Setting ShowPageOutline to False does not hide the page grid. To hide the grid, use the Window.ShowGrid property.

The ShowPageOutline property setting is valid only for a given window at run time, and is not persisted (saved) in either the Visio document or the Windows registry.

See Also