Hi, how to set focus on a ultraToolbarsManager's tool, like button, combobox, etc?
Regards & ThanksWei Wei
Hi Saurabh,
First of all, could you please create your own forum threads for each issue instead of using old threads, because we are not able to follow up the old threads and it is possible to missed your questions.
About the issue: I try to reproduce your scenario in a small sample and everything seems to works properly (nevertheless that I do not understand this scenario). Please take a look on attached sample and if you think that I didn`t reproduce your scenario feel free to modify this sample to reproduce your issue and revert it back to me. I`ll be glad to research it for you
Hi,
I am not ale to recreate sample application. but scenario is simple.
There is one parent form and one child form. Parent form has it's own toolbar and child form has one. Now I inherits child form from parent. So now I can see both toolbars on child form while running application. however with alt key it doesn't focus on both toolbars.
I am using version 13.1.20131.2060.
Hello Saurabh,
Could you please upload small sample that reproduce your issue and I`ll be glad to research it for you. Also let me know what is your current version.
If you have any questions, feel free to write me
I am able to focus on the first tool but now when i am trying to use right arrow key to move focus it's not moving.
Thanks for reply.you mentioned that we can get a focus on first tool by txtMemberID.SharedProps.ToolInstances[0],
what is txtMemberID in this one?
I have ultratoolbar manager on Base form.