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
290
Tabstop = False for toolbar
posted

Hi,

i am searching for this property for the toolbar. My Problem is that i have a form with different toolbars and some other elements. When i press Tab the other elements will be selected, but the toolbar seems to be selected too. How can i turn off this behaviour?

 

Thanks for Help

  • 71886
    Offline posted

    Hello,

    The 'UltraToolbarsManager' is a component and not a control, it does not have a 'TabStop' property. It in fact can not accept focus, only the tools inside it can become active and even then the focus will not be anywhere in the ToolbarsManager.

    However, I tried your scenario and it always works fine for me so I attached my sample to this post for you. Please review it and feel free to let me know if I misunderstood you or if you have any other questions.

    FocusToolbarsManager.zip