Which property contains a number that represents the order in which
the control was added to the form?
a) TabIndex property
b) Order property
c) Tab order property
d) Index property
What determines the Tab order?
a) TabIndex values
b) TabOrder values
c) Tab values
d) Arrangement of the controls in the interface
When a control has focus it can accept
a) values
b) any user input
c) numbers
d) strings
A…………is an example that accepts user input and is determined by a label control.
a) Text box
b) Property box
c) Tool box
d) Button
Set the identifying labels tab index property that is…………than text box’s tab index property.
a) One number lesser
b) One number more
c) Same as text box’s tab index
d) Does not depend on text box’s tab index
You can set the control’s tab index property using…………
a) Properties window
b) Control Window
c) File
d) Edit