RanorexRanorex Documentation
ScrollHorizontalWheel Method (characters)
NamespacesRanorexMouseScrollHorizontalWheel(Double)
Scrolls the horizontal mouse wheel.
Declaration Syntax
C#Visual BasicVisual C++
public static void ScrollHorizontalWheel(
	double characters
)
Public Shared Sub ScrollHorizontalWheel ( _
	characters As Double _
)
public:
static void ScrollHorizontalWheel(
	double characters
)
Parameters
characters (Double)
The number of characters to scroll. A positive value indicates that the wheel is rotated to the right; a negative value indicates that the wheel is rotated to the left.
Remarks
This method examines the Windows mouse settings to compute a value for the ScrollHorizontalWheel(Int32) method.

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