GlueEnabled Property [Visio 2003 SDK Documentation]
Determines whether glue is enabled in the document.
retVal = object**.GlueEnabled**
object**.GlueEnabled** = newVal
retVal Boolean. True if glue is enabled; otherwise False.
object Required. An expression that returns a Document object.
newVal Required Boolean. True to enable glue behavior; False to disable glue behavior.
Version added
2002
Remarks
The value of the GlueEnabled property corresponds to the setting of the Glue check box on the General tab in the Snap & Glue dialog box (on the Tools menu, click Snap & Glue).
Applies to | Document object