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
4165
UltraToolBar not accepting tab
posted

Hi,

I have a toolbar manager with the ToolKeyDown Event. It fires for all keys except Tab. Is there a setting somewhere that ignorse Tab? It is docked with a Tab Control in case it get's any settings from a parent?

 

Thanks,

Mel

Parents
No Data
Reply
  • 44743
    posted

    I believe this is due to the fact that Tab shifts input focus by default. You would have to override IsInputKey in the control that is set as the DockWithinContainer for the UltraToolbarsManager and return true for the Tab key.

Children
No Data