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?
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~
Brilliant,
Thank you very much Kim :-)