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
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.
Mike Saltzman"] You will probably need to use separate button or UltraButton controls.
You will probably need to use separate button or UltraButton controls.
Can we able put those buttons in ultra combo box Similar to editor buttons?
------------------------------------------------Ganesh