A __________ is an example that accepts user input and is determined by a label control.

A __________ is an example that accepts user input and is determined by a label control. Correct Answer Text box

To determine the appropriate tab index values you must first make a list of the controls that accept user input. The list should reflect the order in which the user wants to access the controls. If a control that accepts user input is defined by a label control, you should include the label control in the list. A text box is such an example that accepts user input and is determined by the label control.

Related Questions