Event XbpActiveXControl():rbDblClick Foundation

Right mouse button double clicked.

Syntax
:rbDblClick := {| aPos, uNIL, self | ... }
:rbDblClick ( <aPos> ) --> self
xbeM_RbDblClick (1048594)
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 event xbeM_RbDblClick is generated when the right mouse button is double clicked in the ActiveX control. A double click occurs when the button is pressed two times and immediately released. The time interval within which the clicks must occur to cause the double click event can be set in the system configuration. The mouse coordinates <aPos> correspond to the first message parameter of the function AppEvent().

The xbeM_RbDblClick event is generated only if the ActiveX control connected to the XbpActiveXControl object reacts to mouse input. See the method :dblClick()for further information.

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.