Is there any way to change the Context Menu of a Web browser using Wpf (C#)

前端 未结 4 747
粉色の甜心
粉色の甜心 2021-02-10 00:32

I would to change the menuitems in the default context menu provided in the Web Browser Control. I have already tried: webbrowser.contextmenu = mycontextmenu. Nothing changed. I

4条回答
  •  情话喂你
    2021-02-10 01:21

    The short answer is yes.

    See this article on codeproject.

    Here is another (shorter) article on codeproject

提交回复
热议问题