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
)
Sub MouseWheel (
delta As Integer
)
Dim instance As IControl
Dim delta As Integer
instance.MouseWheel(delta)
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