RanorexRanorex Documentation
ScrollWheel Method (delta)
NamespacesRanorexMouseScrollWheel(Int32)
Scrolls the mouse wheel.
Declaration Syntax
C#Visual BasicVisual C++
public static void ScrollWheel(
	int delta
)
Public Shared Sub ScrollWheel ( _
	delta As Integer _
)
public:
static void ScrollWheel(
	int delta
)
Parameters
delta (Int32)
Specifies the amount of wheel movement; this value should be a multiple of MouseWheelScrollDelta. A positive value indicates that the wheel is rotated forward, away from the user; a negative value indicates that the wheel is rotated backward, toward the user.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)