Gets or sets what action to perform when users rotate the mouse wheel.
SyntaxVB6
Copy Code
|
|---|
Public Property Get MouseWheelAction() As EMouseWheelAction |
C++
Copy Code
|
|---|
public: |
A member of the EMouseWheelAction enumeration. The default value is Scroll.
RemarksUsers can scroll horizontally by holding down the Shift modifier key while rotating the mouse wheel. The Control modifier scrolls the view in larger amounts (half the viewport width or height depending on scroll direction).
See Also