tags:

views:

53

answers:

1

hi

how Disable right mouse click inside the TextBox?

thank

A: 

You can just set the context menu to a new ContextMenu

    textBoxt1.ContextMenu = new ContextMenu();
SwDevMan81
There is no other way?
ehsan_d18