The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Mouse.MoveScrollWheel Method (UITestControl, Int32, ModifierKeys)
Scrolls the mouse wheel on the specified control the specified number of times while pressing the specified modifier keys.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
public static void MoveScrollWheel( UITestControl control, int wheelMoveCount, ModifierKeys modifierKeys )
Parameters
- control
-
Type:
Microsoft.VisualStudio.TestTools.UITesting.UITestControl
UITestControl to scroll.
- wheelMoveCount
-
Type:
System.Int32
Number of mouse wheel scrolls.
- modifierKeys
-
Type:
System.Windows.Input.ModifierKeys
The ModifierKeys that is pressed while scrolling.
The direction of the wheel is determined by the sign of wheelMoveCount. Positive values indicate forward mouse scrolling; negative values indicate backward mouse scrolling.
Show: