ShowGuides property

Microsoft Visio Developer Reference

ShowGuides property

   Example   

Determines whether guides are shown in a window.

Version added

4.5

Syntax

intRet = object.ShowGuides
object.ShowGuides = intExpression

intRet

Integer. True (-1) if guides are showing; False (0) if guides are hidden.

object

Required. An expression that returns a Window object.

intExpression

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

Remarks

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