MouseDrag event

From Xojo Documentation

(Redirected from ProgressBar.MouseDrag)
Event


(See Below).MouseDrag(x as Integer, y as Integer)

Supported for all project types and targets.

This event fires continuously after the mouse button was pressed inside the Control. Mouse location is local to the control passed in to x, y.

Notes

fa-info-circle-32.png
This event will not occur unless you return True in the MouseDown event first.

The parameters x and y are local coordinates, i.e. they represent the position of the mouse relative to the upper-left corner of the Control.

As this event is fired continuously (hundreds of time per second), it is your responsibility to determine if the mouse has really moved.

Controls implementing the MouseDrag event