MouseUp event

From Xojo Documentation

(Redirected from CheckBox.MouseUp)
Event


<See Below>.MouseUp(x As Integer, y As Integer)

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

fa-info-circle-32.png
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.

Controls implementing the MouseUp event