How to remove the default context menu of a TextBox Control?
TextBox
Is there a propert
Try setting the ContextMenu property of the TextBox to a dummy, empty ContextMenu instance.