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
830
Can I disable the ability of the user to add/remove tools from the quick access toolbar?
posted

I don't want that the user will see the popup menu of "Add Tool to Quick Access toolbar" or "Remote Tool From Quick Access toolbar".

 

Can it be done by some sort of a setting?

If not, can it be done by a code?

Parents
  • 5389
    Verified Answer
    posted

    saragani,

    In order to remove these options, you will need to set the UltraToolbarsManager.Office2007Compatibility property to False.  Then handle the control's BeforeToolbarListDropdown event and set e.ShowQuickAccessToolbarAddRemoveMenuItem property to false.

    Hope this helps,

    ~Kim~

     

Reply Children
No Data