Event XbpWindow():rbDown Foundation
Right mouse button was pressed.
:rbDown := {| aPos, uNIL, self | ... }
:rbDown ( <aPos> ) --> self
xbeM_RbDown (1048585)
This method returns the object executing the method (self).
The xbeM_RbDown event is generated when the right mouse button is pressed in the Xbase Part. When it is released immediately it is considered a click and the xbeM_RbClick event is generated instead. The mouse coordinates <aPos> correspond to the first message parameter of the function AppEvent().
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.