Disable default context menu
textBox1.ContextMenu = new ContextMenu();
Form1.ContextMenu = new ContextMenu();
ComboBox1.ContextMenu = new ContextMenu();
...
This entry was posted
on piatok, december 10th, 2010 at 9:31 and is filed under .NET, Ostatné/Other VC#, Visual C#.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.