When you right click the mouse on any Toolbar item a context menu displays. We have a requirement to disable this context menu on some items but to allow limited functionality on others. Is there a way to disable this menu and a way to disable or remove options for this context menu?
Thanks in advance
Hi,Maybe one possible approach is to handle the BeforeToolbarListDropdown event of the ultraToolbarsManager. There you could cancel the default context menu for the desired tool item and include your custom context menu. In my sample this is ButtonTool3. Could you please take a look at the attached sample and if you have any questions, do not hesitate to ask meRegards