SDG Toolkit

SdgManager.EmulateSystemMouseMode Property

Gets or sets the System Mouse Emulation Mode

public EmulateSystemMouseModes EmulateSystemMouseMode {get; set;}

Remarks

There may be cases where you actually want the system mouse to follow mouse 0 or you may want to park the system mouse in a particular location so to prevent problems which clicking in a location outside the mouse area. This enumeration provides that functionality.

Example

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

See Also

SdgManager Class | Sdgt Namespace