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
1210
How do I access editor buttons using Tab?
posted

Hi mike,
I am using ultraCombo in my application. I added two editor buttons to my ultraCombo.Now I want to access those editor buttons using Tab. But I am not able to get any property to set tabindex of EditorButtons.Is there any way to achieve this?(Programmatically or using built in functions).

Thanks & Regards,
Ganesh

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi Ganesh,

    I don't think you can. EditorButtons do not take input focus. You will probably need to use separate button or UltraButton controls. 

Children