Indicates whether the mouse wheel should zoom when the control has focus.


Namespace: MapWinView
Assembly: MapWinView (in MapWinView.dll)

Syntax

Visual Basic (Declaration)
Private m_MouseWheelZooms As Boolean
C#
private bool m_MouseWheelZooms;
C++
private:
 bool m_MouseWheelZooms sealed ;
J#
private bool m_MouseWheelZooms
JScript
private m_MouseWheelZooms : bool;

See Also