Custom Context menu

Issue #8 duplicate
Former user created an issue

is there a way to set a custom menu ?

Comments (2)

  1. Vladislav repo owner

    Yes. It's possible. The Xulfx used a IContextMenuHandler interface instance ("@xulfx/view/contextmenu/handler;1") when create a menu, and a IContextMenuUpdater interface instance ("@xulfx/view/contextmenu/updater;1") for update the menu. Example for a menu handling: TestApp/Program.cs (line 31)

  2. Log in to comment