Click or drag to resize

IControlMouseWheel Method (Int32, ShiftKey)

Simulates mouse wheel rotation.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
void MouseWheel(
	int delta,
	ShiftKey shift
)

Parameters

delta
Type: SystemInt32
Delta indicates the distance the wheel is rotated (a positive value indicates that the wheel was rotated forward, away from the user; a negative value indicates that the wheel was rotated backward, toward the user).
shift
Type: SmartBear.TestLeft.TestObjectsShiftKey
The button that is pressed when a wheel action is performed.
See Also