| PictureButton REALbasic Plugin |
|
PictureButton.MouseUp Event
This event is fired when the mouse button goes up.
MouseUp(
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