ApplicationSettings.EnableAutoConnect Property
Visio Automation Reference |
Determines whether the AutoConnect feature is enabled in the Microsoft Office Visio user interface (UI). Read/write.
Version Information
Version Added: Visio 2007
Syntax
expression.EnableAutoConnect
expression An expression that returns a ApplicationSettings object.
Return Value
Boolean
Remarks
The EnableAutoConnect property lets you disable programmtically the Visio AutoConnect functionality, which is on by default. The setting of the EnableAutoConnect property corresponds to the EnableAutoConnect setting in the Options dialog box (Tools menu).
See Also