PDA

View Full Version : Hiding Quick Access Toolbar (QAT)



nikki333
05-27-2018, 10:58 AM
Hi Folks

So i've been working on modifying the cumtomui via xml, which works so far for the ribbon tabs/groups, but not for the quick access toolbar (QAT).

In the xml code i use "<ribbon startfromstratch="true"...; this removes all items from QAT, however, not the dropdown button to modify the QAT (see attachements).

My goal is to remove also this said dropdown button, since after startfromscratch it's items are not clickable anymore...any ideas?


I've tried like so, so far (in the xml customui)

...
<qat>
<sharedControls>
<button idMso="QuckAccessToolbarCustomization" visible="false" />
</sharedControls>
</qat>
...