RanorexRanorex Documentation
ScrollHorizontalWheel Method (delta)
NamespacesRanorexMouseScrollHorizontalWheel(Int32)
Scrolls the horizontal mouse wheel.
Declaration Syntax
C#Visual BasicVisual C++
public static void ScrollHorizontalWheel(
	int delta
)
Public Shared Sub ScrollHorizontalWheel ( _
	delta As Integer _
)
public:
static void ScrollHorizontalWheel(
	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 to the right; a negative value indicates that the wheel is rotated to the left.

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