Mouse.MoveScrollWheel Method (UITestControl, Int32)

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assemblies:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Shared Sub MoveScrollWheel ( _
    control As UITestControl, _
    wheelMoveCount As Integer _
)
public static void MoveScrollWheel(
    UITestControl control,
    int wheelMoveCount
)
public:
static void MoveScrollWheel(
    UITestControl^ control, 
    int wheelMoveCount
)
static member MoveScrollWheel : 
        control:UITestControl * 
        wheelMoveCount:int -> unit
public static function MoveScrollWheel(
    control : UITestControl, 
    wheelMoveCount : int
)

Parameters

  • wheelMoveCount
    Type: Int32

.NET Framework Security

See Also

Reference

Mouse Class

MoveScrollWheel Overload

Microsoft.VisualStudio.TestTools.UITesting Namespace