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 | |
---|---|---|
MoveScrollWheel(Int32) | Scrolls the mouse wheel the specified number of times. | |
MoveScrollWheel(Int32, ModifierKeys) | Scrolls the mouse wheel the specified number of times while pressing the specified modifier keys. | |
MoveScrollWheel(UITestControl, Int32) | Scrolls the mouse wheel on the specified control the specified number of times. | |
MoveScrollWheel(UITestControl, Int32, ModifierKeys) | Scrolls the mouse wheel on the specified control the specified number of times while pressing the specified modifier keys. |
Top