I have in a desktop application a webpage with a menustrip. I use webview2 as webbrowser control. When i click on the menustrip the menu dropsdown. The problem is that the dropdown doesn’t hide when i click on the webpage. In the standard vb net webbrowser this is not happening. So how can i hide the dropdown menu in webview2?
Maybe the answer lies in VB net. I am looking for a method to close the dropdown of the menustrip of my form i can call than this method from javascript on my webpage