MouseDrag
The MouseDrag event is fired when a mouse drag event is generated within the control.
MouseDrag(x as Integer, y as Integer) as Boolean
x
The x location of the click.
y
The y location of the click.
Return True if you are going to handle the MouseDrag event, that is if you return true then
any internal handling will be canceled.