Disable right click in c# webbrowser
0
Tayfun DEĞER tarafından 13 Mart 2013 tarihinde Digerleri kategorisine yazıldı.
Hi,
If you want to disable right click on C# webbrowser you should use webbrowser properties.
Here is the example.
Webbrowser1.IsWebBrowserContextMenuEnabled = false;
Regards..
Subscribe
0 Yorum