hi
how Disable right mouse click inside the TextBox?
thank
You can just set the context menu to a new ContextMenu
ContextMenu
textBoxt1.ContextMenu = new ContextMenu();