You can insert a form control by double-clicking an option in the _____________________, as shown in the accompanying figure.

Fill in the blank(s) with the appropriate word(s).


Toolbox

Computer Science & Information Technology

You might also like to view...

The if statement

``` if (13 < 12) printf("never\n"); else printf("always\n"); ``` a. displays never. b. displays always. c. will not compile since 13 is not less than 12. d. causes a run-time error since 13 is not less than 12. e. displays nothing since 13 is not less that 12.

Computer Science & Information Technology

Which of the following is not true about embedded fonts?

A) You can embed only the characters used in the presentation. B) You can embed all the characters in the font. C) It will affect the size of the file. D) They are embedded automatically unless you turn that feature off.

Computer Science & Information Technology

What command can be issued within Windows RE to enable networking?

A. ipconfig start B. netconf load C. wpeinit D. netsh if up

Computer Science & Information Technology

The Help feature displays step-by-step instructions for performing many tasks.

a. true b. false

Computer Science & Information Technology