Skip to main content
Version: 20 R7 BETA

Right click

Right click -> Function result

ParameterTypeDescription
Function resultBooleanTrue if a right click was detected, otherwise False

This command is not thread-safe, it cannot be used in preemptive code.

Description

The Right click command returns True if the right button of the mouse has been clicked.

This command should be used only in the context of the On Clicked form event. It is therefore necessary to verify in Design mode that the event has been properly selected in the Form properties and/or in the specific object.

See also

Contextual click
Form event code