PictureButton Xojo Plugin |
|
PictureButton.MouseDrag Event
This event is fired when the mouse is dragged with the mouse button down on the control.

MouseDrag(
x
as Integer,
y
as Integer)
Parameters
- x
- The x coordinate of the mouse.
- y
- The y coordinate of the mouse.
Remarks
This event is not fired if true was not returned from the MouseDown event.
See Also
PictureButton Control