Focus problem in ToolStrip

  • Thread starter Thread starter Salim
  • Start date Start date
S

Salim

Hi All,

I have a simple windows .net C# form with a toolStrip and a textBox.
ToolStrip has 5 buttons in it. Hitting tab from a previous control brings
focus to ToolStrip and first item in toolStrip gets focus. Now hitting tab
takes focus to next control on form. If i hit Shift+tab to bring focus back
to toolStrip, last item in toolStrip gets focused. Is this a bug or i am
missing something?

Thanks,
Salim
 
Back
Top