Gets the ID of the mouse that raised this mouse event
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.
C# Eg., sdgManager1.Mice[e.ID].Text = "X " + e.X + " Y " + e.Y;