DesktopUIControl.MouseUp
From Xojo Documentation
Event
DesktopUIControl.MouseUp(x As Integer, y As Integer)
New in 2021r3
Supported for all project types and targets.
New in 2021r3
Supported for all project types and targets.
The mouse button was released. Use the x and y parameters to determine if the mouse button was released within the control's boundaries.
Notes
This event will not occur unless you return True in the MouseDown event. The return value is ignored. |
The parameters x and y are local coordinates, i.e. they represent the position of the mouse click relative to the upper-left corner or the control. Mouse clicks that are released to the left or above a control are negative.