Information
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

 

Scrolls the mouse wheel.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticMoveScrollWheel(Int32)

Scrolls the mouse wheel the specified number of times.

System_CAPS_pubmethodSystem_CAPS_staticMoveScrollWheel(Int32, ModifierKeys)

Scrolls the mouse wheel the specified number of times while pressing the specified modifier keys.

System_CAPS_pubmethodSystem_CAPS_staticMoveScrollWheel(UITestControl^, Int32)

Scrolls the mouse wheel on the specified control the specified number of times.

System_CAPS_pubmethodSystem_CAPS_staticMoveScrollWheel(UITestControl^, Int32, ModifierKeys)

Scrolls the mouse wheel on the specified control the specified number of times while pressing the specified modifier keys.

Return to top
Show: