I have scenarios that don't want the end user to input Unicode control characters to the Windows.Forms.TextBox, as you may know, if you right click a TextBox, a context menu will shown and the last menu item on this context menu is "Insert Unicode control character->", which can insert some Unicode control characters into the TextBox.
Is there anybody knows how to disable or hide these menus -> "Insert Unicode control character", "Show Unicode control characters".