EVENT_RIGHT_CLICK

Object Types: Panels and all control types.

Description: When users click with the right mouse button anywhere or a panel, an EVENT_RIGHT_CLICK event occurs, and is sent to the callback function associated with the panel, as well as to the callback function associated with the control over which the mouse click took place.

Event Data Parameters: eventData1 = mouse vertical position.

eventData2 = mouse horizontal position.