Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
990
Prevent adding a ribbongroup to QAT by user
posted

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

Parents
No Data
Reply
  • 44743
    Verified Answer
    posted

    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.

Children
No Data