SDG Toolkit

SdgMouseEventArgs.ID Property

Gets the ID of the mouse that raised this mouse event

public int ID {get;}

Remarks

This is the only property that is additional to the default windows .NET mouse event framework. It represents the ID of the mouse from which this event originated.

Example

C# Eg., sdgManager1.Mice[e.ID].Text = "X " + e.X + " Y " + e.Y;

See Also

SdgMouseEventArgs Class | Sdgt Namespace