禁用Internet Explorer控件中的上下文菜单 [英] Disable context menu in Internet Explorer control

查看:164
本文介绍了禁用Internet Explorer控件中的上下文菜单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何禁用IE WebBrowser 控件中的上下文菜单,而不是在C#中执行右键单击事件的自定义处理?

How do I disable the context menu in the IE WebBrowser control and instead perform custom handling of the right-click event in C#?

推荐答案

WebBrowser browser;
browser.Document.ContextMenuShowing += new HtmlElementEventHandler(MyCustomContextMenuMethod);

这篇关于禁用Internet Explorer控件中的上下文菜单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆