This document is archived and information here might be outdated. Recommended version. |
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(
);
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.