DrawingAids Property [Visio 2003 SDK Documentation]
Determines whether drawing aids are currently active in Microsoft Office Visio.
boolRet = object.DrawingAids
object.DrawingAids = boolValue
boolRet Boolean. True if drawing aids are enabled; False if they are is disabled.
object Required. An expression that returns an ApplicationSettings object.
boolValue Required Boolean. True to enable drawing aids; False to disable them.
Version added
2003
Remarks
Setting the DrawingAids property is equivalent to setting the Drawing aids option on the General tab of the Snap & Glue dialog box (Tools menu).
Applies to | ApplicationSettings object