Click or drag to resize

IControlMouseWheel Method (Int32)

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
)

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).
See Also