Closed arcanisgk closed 3 years ago
If you are referring to modifying the built-in context menu displayed when right clicking within the browser then yes.
You can customise the menu in IContextMenuHandler.OnBeforeContextMenu.
See https://github.com/cefsharp/CefSharp/blob/cefsharp/85/CefSharp.WinForms.Example/Handlers/MenuHandler.cs for an example of adding new menu items.
Specifically you can call IMenuModel.AddSubMenu to add a sub menu noting that it returns IMenuModel
itself` for which you can then add menuitems to.
is posible create a submenu?