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