Event fired when the user releases the right mouse button while the pointer is on a form or an object.

Description

Use onRightMouseUp to perform an action when the user releases the right mouse button. Other than the initiating action, this event is identical to onLeftDblClick.

This event will not fire for the form if you have a popup menu assigned to the form’s popupMenu property.