Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I to remove or reset the tab order in VS 2010

I have a tab order set, but have rearranged a lot of controls, added more, removed some. So now when I click view Tab Order it show the tab oeders by cluttering the screen with tons of numbers. Is there a way to clear these and start over? I tried setting tabstop to false on the controls, hoping it would 'clear' their entries in the View Tab Order, but when I go back to view the tab order they still have numbers in them.

Any assistance would be greatly appreciated.

like image 470
GregH Avatar asked Aug 10 '11 12:08

GregH


1 Answers

Those numbers are the order that your controls will be hit when pressing the 'Tab' key. When in View Tab Order mode, you can click on the controls in the order that you want them to be hit. That will re-order them. You'll notice that the numbers start changing as you click.

Here's the MSDN page on how to do Tab Order.

like image 112
msergeant Avatar answered Oct 14 '22 15:10

msergeant