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


IMapControlDefault.AutoMouseWheel Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IM > IMapControlDefault Interface > IMapControlDefault.AutoMouseWheel Property
ArcGIS Developer Help

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