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 (Int32)

 

Scrolls the mouse wheel the specified number of times.

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

public:
static void MoveScrollWheel(
	int wheelMoveCount
)

Parameters

wheelMoveCount
Type: System::Int32

Number of mouse wheel scrolls.

The direction of the wheel is determined by the sign of wheelMoveCount. Positive values indicate forward mouse scrolling; negative values indicate backward mouse scrolling.

Return to top
Show: