A form setting applied so the tab order is based on the position of the controls in the form from left to right and top to bottom
a. Auto order
b. Focus order
c. Line order
A
Computer Science & Information Technology
You might also like to view...
The following is an infinite loop. Rearrange the statements so that the loop will terminate as intended.
``` x = 0 Do lstBox.Items.Add(x) Loop Until x > 13 x += 2 ```
Computer Science & Information Technology
When using the Windows Encrypted File System, what statement is accurate?
A. files can be marked for encryption, but not folders B. an encrypted file moved to an unencrypted folder remains encrypted C. EFS only works on NTFS and FAT32 D. you need to download special software to use EFS
Computer Science & Information Technology