GaugeControl.MouseUp Event
Fires when mouse button goes up within the control.

MouseUp(
x
as Integer,
y
as Integer)
Parameters
- x
- The x coordinate where the mouse button went up.
- y
- The y coordinate where the mouse button went up.
Remarks
You will not get Mouse up events if not having returned true from the mouse down.
See Also
GaugeControl Control