Describe two ways to set the tab order of controls on your form using vb.net / visual C#?

1. in the designer, select each control capable of receiving the focus.
2. in the properties window, set the tabindex property to an appropriate value. the focus passes from control to control in the order of lowest to highest value.

Questions by ajantha_devi   answers by ajantha_devi

Showing Answers 1 - 1 of 1 Answers

Mahendra raja

  • Feb 1st, 2006
 

1. set the tab order of the controls, by using the tab order property of the every control in a sequence manneraccording to the arrangement of the control.2. Go to the view menu, their you can get tab-order sub menu, click that menu and notice that each and every control in the form will display their tab index on the left top of their position.this option is available only with the windows forms..

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions