Search
EMouseWheelAction Enumeration
See Also
 



Specifies the type of action performed when the user rotates the mouse wheel.

 Syntax

VB6  Copy Code

Public Enum EMouseWheelAction

C++  Copy Code

enum EMouseWheelAction

 Members

  Member name Value Description

mwaNone

0

The control does not handle wheel rotation internally, but raises MouseWheel event to allow custom handling.

mwaScroll

1

Indicates that the mouse wheel should scroll the view.

mwaZoom

2

Indicates that the mouse wheel should zoom the view

 See Also