How can I change cursor on top of browser control? #3369
Replies: 1 comment
-
I don't expect that would work as If that doesn't work you might need to grab the
Doubt that's relevant. |
Beta Was this translation helpful? Give feedback.
-
Hi!
I would like to display a waiting cursor whenever a page is still loading. However, everything I tried doesn't work on top of browser, but only on top of other controls of my application (winforms).
I am using the
ChromiumWebBrowser.LoadingStateChanged
event and inside it I have tried all of the following:I have also discovered the
IBrowserHost.MouseCursorChangeDisabled
prorerty, but that also didn't help.What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions