Consulting

Results 1 to 1 of 1

Thread: Hiding Quick Access Toolbar (QAT)

  1. #1
    VBAX Contributor
    Joined
    Jul 2017
    Location
    Zurich
    Posts
    132
    Location

    Hiding Quick Access Toolbar (QAT)

    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>
    ...
    Attached Images Attached Images

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •