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
595
Disable Ribbon Context Menu
posted

For my application I do not need to do anything with the QAT so what I'd like to do is disable the ability to open a context menu for anything on the ribbon. 

Parents
No Data
Reply
  • 12875
    posted

    Hi,

    If you want to completely eliminate the QAT, you could add a style for the QuickAccessToolbar to your application and set the visibility property to Hidden. 

    If you want to remove the option to add a tool to the Quick Access Toolbar from the RibbonContextMenu you might want to look at this thread and Krasimir's sample.

    Let me know if you have any questions. 

Children