MouseUp event

From Real Software Documentation

(Redirected from TextArea.MouseUp)
Jump to: navigation, search
Event
<See Below>.MouseUp ( x As Integer, y As Integer )

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

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.


NOTE: This event will not occur unless you return True in the MouseDown event. The return value is ignored.  


Controls implementing the MouseUp event

Personal tools