SDG Toolkit

SdgManager.ParkSystemMouseLocation Property

Gets or sets the location where the system mouse cursor will be parked

public System.Drawing.Point ParkSystemMouseLocation {get; set;}

Remarks

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.

Example

C# Eg., sdgManager1.ParkSystemMouseLocation = new Point(300,300);

See Also

SdgManager Class | Sdgt Namespace