Click here to Skip to main content
15,888,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I've placed 4 textboxes and i'm able to enter values in it using the tab key. After entering the values for all the textboxes, i press tab key and it goes to the first textbox again. i need to go to the first ToolStripButton instead. How do i do this?
Posted

1 solution

Go to the Toolstrip properties and set "Tabstop" to true. Then set the tab index for it.
This won't control the individual button but will at least get you going to the Toolstrip.

If this solves your problem, please mark this as the answer.
 
Share this answer
 

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