DesktopGaugeControl.MouseDown Event
This event is fired when Mouse is pressed down on the control.

MouseDown(
x
as Integer,
y
as Integer)
as Boolean
Parameters
- x
- The x coordinate where the mouse went down.
- y
- The y coordinate where the mouse went down.
Returns
- Boolean
- True to cancel internal handling and get other mouse events, else false.
Remarks
Return true if you want to own the event. As in then internal handling is canceled and you will get other mouse events such as Mouse up.
See Also
DesktopGaugeControl Control