Share via


DeveloperMode Property [Visio 2003 SDK Documentation]

Determines if certain user interface functions for the development environment in Microsoft Office Visio are enabled.

boolRet = object.DeveloperMode

object.DeveloperMode = boolValue

boolRet    Boolean. True if developer mode is enabled; False if it is disabled.

object    Required. An expression that returns an ApplicationSettings object.

boolValue    Required Boolean. True to enable developer mode; False to disable it.

Version added

2003

Remarks

Setting the DeveloperMode property is equivalent to selecting the Run in developer mode check box on the Advanced tab in the Options dialog box (Tools menu).

Applies to | ApplicationSettings object