FlowLayout Plugin for Xojo |
|
DesktopUIControl.MouseUp Event
The mouse button was released. Use the x and y parameters to determine if the mouse button was released within the control's boundaries.

MouseUp(
x
as Integer,
y
as Integer)
Parameters
- x
- The x coordinate.
- y
- The y coordinate.
Remarks
This event will not occur unless you return True in the MouseDown event. The return value is ignored.
This event is part of Xojo base class.