Hello,
Please let me know how to customize the ContextMenu of QuickAccessToolbar (under Ribbon of UltraToolbarsManager), so the button "Minimize the Ribbon" could be hidden from the ContextMenu ???
Please note that I don't want to hide the QuickAccessToolbar. I know how to Add Tools in the context menu of QuickAccessToolbar, but how can I remove the above mentioned buttons from it?
Hello.
I was going to suggest that you handle BeforeToolbarListDropdown and then set e.ShowMinimizeRibbonMenuItem to false. However, I tested this first with a sample and I could not get this event to fire when the QAT customize button is left or right clicked. When the conext menu shows, this event doesn't fire.
Since this behavior is not inherently supported by the control I have logged feature request #FR13130 for you for this issue. Please let me klnow if there is anything else that I can do for you.