onRightMouseDown
Topic group Related topics Example
Event fired when the user presses the right mouse button while the pointer is on a form or an object.
Description
Use onRightMouseDown to perform an action when the user presses the right mouse button. Other than the initiating action, this event is identical to onLeftDblClick.
If the form has a popup menu assigned to its popupMenu property, the sequence of events when you right-click the form is:
The popup menu appears
After making a choice or dismissing the menu, the onRightMouseDown event fires.
If a choice was made from the popup menu, its onClick fires.