Winform and Tab?
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 t开发者_JS百科he controls on the form?
- When you are finished, click the tab order again or press Esc.
- You can set the tab order using the Tab Index property either in design mode or at runtime.
- To indicate that you are done, hit ESC.
- You can change the tab order by setting the TabIndex property on the controls themselves
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.
精彩评论