property MaskEdit.AllowContextMenu as Boolean
Specifies whether the control displays the content menu when user right clicks the control.

TypeDescription
Boolean A Boolean expression 
By default, the AllowContextMenu property is True. Use the AllowContextMenu property on False, to prevent showing the control's context menu when the user right clicks the control. The AllowContextMenu property indicates that the field provides no context menu when user right clicks the field. For instance, Mask on ";;;password,nocontext" displays a password field, where the user can not invoke the default context menu, usually when a right click occurs.