139k views
3 votes
The TabIndex value assigned to a text box’s identifying label must be _______________ for the text box’s access key to work correctly. Group of answer choices one number more than the value assigned to the text box itself one number less than the value assigned to the text box itself equal to the value assigned to the text box itself no greater than 10

1 Answer

7 votes

Answer:

one number less than the value assigned to the text box itself.

Step-by-step explanation:

The TabIndex property of text box is always set to one or more than the value which is stored in TabIndex property of Label identifying text box

User Sergey Mashkov
by
3.5k points