Event XbpWindow():rbClick Foundation

Right mouse button clicked.

Syntax
:rbClick := {| aPos, uNIL, self | ... }
:rbClick ( <aPos> ) --> self
xbeM_RbClick (1048591)
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_RbClick event is generated when the Xbase Part is clicked with the right mouse button (the button is pressed and immediately released). If the key is held down too long, the xbeM_RbUp event is generated instead of xbeM_RbClick. The xbeM_RbUp event indicates that the mouse button was released.<aPos> contains the current position of the mouse pointer and corresponds 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.