This document is archived and information here might be outdated.  Recommended version.


IMapControlDefault.AutoMouseWheel Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Controls)  

IMapControlDefault.AutoMouseWheel Property

Indicates whether the mouse wheel is enabled.

[Visual Basic .NET]
Public Property AutoMouseWheel As Boolean
[C#]
public bool AutoMouseWheel {get; set;}
[C++]
HRESULT get_AutoMouseWheel(
void
);
[C++]
HRESULT put_AutoMouseWheel(
);

Product Availability

Available with ArcGIS Engine.

Description

Determines whether the mouse wheel can be used to zoom in and zoom out of the control's display. This property is true by default.

See Also

IMapControlDefault Interface