MouseMove Method
Moves the mouse pointer to the specified position inside this object.

C# Syntax

void MouseMove( 
   Location moveTo
)

Parameters

moveTo
The Location to place the mouse pointer.