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
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.