| Overload | Description |
|---|---|
| MouseMove(Int32,Int32,Int32,Int32,Boolean,Boolean) | Performs the mouse move event from point to point in specified coordinates inside the current tab. |
| MouseMove(Int32,Int32,Boolean,Boolean) | Performs the mouse move event in specified point inside the current tab. |
| MouseMove(Point[],Int32[],Boolean,Boolean) | Performs the mouse move event in specified array of the coordinates with delay between all moving. |