GaugeControl.MouseMove Event
This event is fired when the mouse moves within the control.

MouseMove(
x
as Integer,
y
as Integer)
Parameters
- x
- The x coordinate where the mouse was moved.
- y
- The y coordinate where the mouse was moved.
Remarks
See Also
GaugeControl Control