GlueEnabled property

Microsoft Visio Developer Reference

GlueEnabled property

See also   Example   

Determines whether glue is enabled in the document.

Version added

2002

Syntax

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.

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).