SDG Toolkit

SdgManager.MouseToFollow Property

Gets or sets the mouse the system mouse will follow

public int MouseToFollow {get; set;}

Remarks

There may be cases where you actually want the system mouse to follow a particular mouse to allow the normal interaction with Windows widgets. This property specifies which system mouse should be followed

Example

C# Eg., sdgManager1.MouseToFollow = EmulateSystemMouseModes.FollowMouse

See Also

SdgManager Class | Sdgt Namespace