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
420
How can you get objects/properties for the "Toolbar Options"
posted

I am using 2007 Vol1

Sometimes when a toolbar is shrunk down it shows a double arrow that when highlighted says "Toolbar Options" and shows the toolbar's menu controls that are not currently able to be seen due the toolbars smaller than needed size (if you have multiple toolbars that have been shrunk, their menu controls will show here too).  Is there a way to find out: 1) is this "Toolbar Options" shown a specific toolbar, 2) which menu controls are in this Toolbar Options area?

Oh, any what is this actually called?

Parents
No Data
Reply
  • 44743
    posted

    Internally, the tools in this overflow area are considered 'bumped', so that is referred to as the 'bumped tools toolbar.' However, I don't believe this is exposed publicly. You can try to determine which tools are bumped by getting the VisibleResolved of the tool. If you know the tool should be visible, but VisibleResolved returns False, chances are the tool is bumped from the toolbar.

Children