What is the TabIndex property?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the TabIndex property?
Rating:
The TabIndex property of a control gets or sets the tab order of the control within its container. In other words, it establishes the order in which controls within a container receive focus when a user navigates through a window by using the TAB key. As a user navigates through a window by using the TAB key, input focus shifts to the controls in the increasing order of their tab index. If a parent container contains more than one control with the same tab index, the z-order of the controls is used to determine the order in which the controls receive focus.
Rating:
Was this information helpful?
Other articles
- What is SSL?
- What is the When statement?
- What is the WriteXml(string, XmlWriteMode) method?
- What is unit testing?
- What is the Exit Try statement?