Hello,
I made the quick access toolbar invisible, but if a user right clicks the ribbon an option to show the quick access toolbar is available. I want to remove that option from the popup menu. Is this possible?Later,
Mike
You can handle the BeforeToolbarListDropdown event of the toolbars manager and set ShowQuickAccessToolbarPositionMenuItem to False.