Is there a method to obtain the (x, y) coordinates of the mouse cursor in a controls DoubleClick event?
As far as I can tell, the position has to be obtained from the global:
Windows.Forms.Cursor.Position.X, Windows.Forms.Cursor.Position.Y
Also, is there a method to obtain which button produced the double click?