| PictureButton REALbasic Plugin |
|
PictureButton.MouseMove Event
This event is fired when the mouse is moved over the controls region.
MouseMove(
x as Integer,
y as Integer)
Parameters
- x
- The x coordinate of the mouse.
- y
- The y coordinate of the mouse.
Remarks
See Also
PictureButton Control