Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello friends ,
I have developed windows application using c#.Now I need to maintain the tab index to make the application user friendly can anyone help me for that.Please tell me how to use Tab Index
Posted

1 solution

You can see tab order from menu option "View->Tab Order". Now you want to change tab order of any particular control then you have to right click that control and select properties. In the property dialog you can see "Tab Index" under Behavior section. Enter the index number in the order you want tab to work.
 
Share this answer
 
Comments
Santoshrohin 29-Feb-12 5:38am    
Thank you Chandrakantt but where i'l find menu option? I am not able to find it.
Chandrakantt 29-Feb-12 5:42am    
On the top of the visual studio you can see there are File,Edit,View,project etc.. From that you have to press View that will a popup menu which contains this Tab Order option
Santoshrohin 29-Feb-12 6:09am    
Thanks allot sir.:-)
Santoshrohin 29-Feb-12 6:17am    
Hello Chandrakantt I have 1 more issue I have txtboxes and also labels on form page but I don't want to add tabbing to label.what i need to do 4 that?please help
Chandrakantt 29-Feb-12 6:22am    
When you run the dialog, tab does not goes to label by default. That is been taken care by C# itself.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900