Gets or sets the location where the system mouse cursor will be parked
To prevent the system mouse from being seen in the application and to prevent mouse clicks from going astray and losing focus of the application it may be necessary to park the mosue in a particular location.
C# Eg., sdgManager1.ParkSystemMouseLocation = new Point(300,300);