Mouse.MoveScrollWheel Method

Include Protected Members
Include Inherited Members

Scrolls the mouse wheel.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member MoveScrollWheel(Int32) Scrolls the mouse wheel the specified number of times.
Public methodStatic member MoveScrollWheel(Int32, ModifierKeys) Scrolls the mouse wheel the specified number of times while pressing the specified modifier keys.
Public methodStatic member MoveScrollWheel(UITestControl, Int32) Scrolls the mouse wheel on the specified control the specified number of times.
Public methodStatic member MoveScrollWheel(UITestControl, Int32, ModifierKeys) Scrolls the mouse wheel on the specified control the specified number of times while pressing the specified modifier keys.

Top

See Also

Reference

Mouse Class

Microsoft.VisualStudio.TestTools.UITesting Namespace