Share via


ZoomOnRoll Property [Visio 2003 SDK Documentation]

Determines whether zooming in to and out from a Microsoft Office Visio drawing by rolling the wheel of the Microsoft Intellimous is enabled.

boolRet = object.ZoomOnRoll

object.ZoomOnRoll = boolValue

boolRet    Boolean. True if zooming on mouse roll is enabled; False if it is disabled.

object    Required. An expression that returns an ApplicationSettings object.

boolValue    Required Boolean. True to enable zooming on mouse roll; False to disable it.

Version added

2003

Remarks

Setting the ZoomOnRoll property is equivalent to setting the Zoom on roll with Intellimouse option on the General tab of the Options dialog box (Tools menu).

Applies to | ApplicationSettings object

See Also | Zoom property | ZoomBehavior property | ZoomLock property