Event XbpActiveXControl():lbUp Foundation
Left mouse button released.
Syntax
:lbUp := {| aPos, uNIL, self | ... }
:lbUp ( <aPos> ) --> self
xbeM_LbUp (1048586)
Parameters
<aPos>
<aPos> is an array containing two elements { nX, nY } that specify the current position of the mouse pointer. By default the coordinates are relative to the lower left corner of the parent.
Return
This method returns the object executing the method (self).
Description
The xbeM_LbUp event is generated when the left mouse button is pressed and held before being released (the length of time it is held differentiates it from a mouse click). The mouse coordinates <aPos> correspond to the first message parameter of the function AppEvent().
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.