Hello,
the user can add almost all tools in the ribbon to QAT regulated by AllowMultipleInstances.
How can i prevent adding a group by contextmenu to QAT ?
Thanks
Björn
You can handle the BeforeToolbarListDropdown event of the UltraToolbarsManager and set ShowQuickAccessToolbarAddRemoveMenuItem to False on the event args if the tool is a PopupRibbonGroupTool. For this to work, you would need to set Office2007UICompatibility to False becasue this breaks the Office 2007 UI Guidelines.