ShowGuides property

ShowGuides property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

See also         Example         Applies to

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.