StdCurCompShowMenu event

Occurs when a user clicks or taps a form component for which this event has been assigned as the Primary Event.

This event causes the component's right-click (context) menu to display when the user left-clicks or taps a component such as, for example, a Button or HyperLinkButton.

Remarks

Especially for mobile and touchscreen devices, right-clicking is often not an ideal option for the user to display a context menu. This event provides an alternative way to display the context (right-click) menu associated with a component when the user left-clicks or taps it.

To use this event, you must assign it as the Primary Event for a component and then associate the desired context menu with it.