Parameters
- toX
Type: System.Int32
The x coordinate inside tab's area for rise mouse move event.
- toY
Type: System.Int32
The y coordinate inside tab's area for rise mouse move event.
- useClick
Type: System.Int32
true if necessary performs the left mouse click in the end point: otherwise false. Default value is false.
The following code example demonstrates uses of the MouseMove method.
| C# | Copy Code |
|---|---|
// performs the mouse moving to [500, 250] instance.ActiveTab.MouseMove(500, 250); // and next // preforms the mouse moving to [500, 125] // and rise left mouse click in this location instance.ActiveTab.MouseMove(500, 125, true); | |
| PHP | Copy Code |
|---|---|
// performs the mouse moving to [500, 250] $instance->ActiveTab->MouseMove(500, 250); // and next // preforms the mouse moving to [500, 125] // and rise left mouse click in this location $instance->ActiveTab->MouseMove(500, 125, true); | |
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family