Hi,
I'm trying to get rid of the default context menu that appears when you right click anywhere inside UltraToolbarsManager components. I found an article about how to setup a custom menu, but I want to remove the menu completely. See below picture showing the intruder:
I even followed that article and tried to setup an empty menu but when I right click both menus, mine and the default in the picture, show up.
I use netadvantage winforms 2008 vol 3.
Thanks.
You can handle the BeforeToolbarListDropdown event and set e.Cancel to True.
Thanks, this works for me too. The only strange thing is, when I right the click the toolbar, the cursor changes itself into a hand. When I move the mouse, it immediately changes back to the arrow.
I tried to set the cursor in the BeforeToolbarListDropdown method, but this doesn't work (probably because I need to move the mouse). Can you help me with this? I am using version 9.2.20092.2074.
Great, it works. Thanks.