Share via


ShowGuides Property [Visio 2003 SDK Documentation]

Determines whether guides are shown in a window.

intRet = object**.ShowGuides**

object**.ShowGuides** = intExpression

intRet     Integer. True (-1) if guides are showing; False (0) if guides are hidden. The default is to show guides.

object     Required. An expression that returns a Window object.

intExpression     Required Integer. True (non-zero) to show guides; False (0) to hide guides.

Version added

4.5

Remarks

Setting the ShowGuides property is equivalent to clicking Guides on the View menu.

Applies to | Window object

See Also | ShowConnectPoints property | ShowGrid property | ShowPageBreaks property | ShowRulers property | ShowStatusBar property