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