property Edit.RClick as Boolean
Specifies whether the control's cursor is placed at the mouse position when user right clicks the control.

TypeDescription
Boolean A boolean expression that indicates whether the cursor's position is changed when user right clicks the control.
By default, the RClick property is False. Use the RClick property to change the position of the cursor when the user right clicks the control. By default, the user changes the cursor position when left click the control. Use the AllowContextMenu property to specify whether the control displays a context menu when user does a right click.