SDG Toolkit

Mouse.X Property

Gets or sets the X position of the cursor relative to the specified control

public int X {get; set;}

Remarks

X provides the same coordinates that are provided in the Mouse Event. You can move to mouse to a particular location by setting the mouse value.

Example

C# Eg., sdgManager1.Mice[0].X = 0;

See Also

Mouse Class | Sdgt Namespace