When setting up a Winform with textbox controls, and going to View Tab Order -
- how do you indicate when you are done setting tab order and want it to be saved?
- Is there any other way to set the Tab Order of the controls on the form?
When setting up a Winform with textbox controls, and going to View Tab Order -
When you begin setting the tab order you klick the tab order button. When you are done you click it again to disable it.
You can set the tab order number in each controls properties sheet or at runtime via the TabIndex value.