RanorexRanorex Documentation
ScrollWheel Method (lines)
NamespacesRanorexMouseScrollWheel(Double)
Scrolls the mouse wheel.
Declaration Syntax
C#Visual BasicVisual C++
public static void ScrollWheel(
	double lines
)
Public Shared Sub ScrollWheel ( _
	lines As Double _
)
public:
static void ScrollWheel(
	double lines
)
Parameters
lines (Double)
The number of lines to scroll. 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.
Remarks
This method examines the values of MouseWheelScrollLines and MouseWheelScrollDelta to compute a value for the ScrollWheel(Int32) method.

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