Hi, how to set focus on a ultraToolbarsManager's tool, like button, combobox, etc?
Regards & ThanksWei Wei
Hello Saurabh,
Thanks for the details, but let me explain something important about UltraToolbarsManager.
Theoretically, you could have both components (both UltraToolbarsManagers) on the same form, but associated with different containers. You cannot and should not use these two components on the same form. They are specifically designed that way and they are not compatible. In your scenario you have two UltraToolbarsManager in your Form (one from parent form and another one from child form)
I suppose that maybe you are looking for Merging functionality of UltraToolbarsManager, but it that case you should have MDI Container Form and MDI Child Form. More details you could find in our online documentation :
http://help.infragistics.com/Help/Doc/WinForms/2013.2/CLR4.0/html/WinToolbarsManager.html
http://help.infragistics.com/Help/Doc/WinForms/2013.2/CLR4.0/html/WinToolbarsManager_MDI_Toolbar_Merging.html
Let me know if you have any questions.
My structure is little different.
I don't have ribbon but I have tools placed on ultratoolbar itself.
Here is my attached screenshot.
The mentioned behavior is expected for such scenario, but one possible solution could be if you set different KeyTips to your Groups, Tabs and tools. Please take a look on attached video file for more details and if you have any questions, feel free to write me
Regards
Thanks for you reply.
Yes that's almost similar to my application. but now when you hit Alt key you can see that on both ribbon it shows R so when I hit R it focus on second tool bar manager and when I hit I it doesn't focus first toolbar. so there is no way to focus first toolbar.
Here is the sample