Replies: 1 comment
-
In future please use Discussions to ask questions.
Yes you can implement your own custom menu. See https://github.com/cefsharp/CefSharp/blob/master/CefSharp.Wpf/Handler/ContextMenuHandler.cs for a WPF example, should give you a rough idea. If you require further assistance then please provide an example of your code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The default appearance of the context menu is not good-looking, and no way has been found to add icons. so is there a way to change it? Redraw it? Or can I use other controls instead, like ContextMenuStrip?
I tried to return true in RunContextMenu() and new a ContextMenuStrip, but it was not perfect.
Beta Was this translation helpful? Give feedback.
All reactions