In Visual Basic, you use a(n) ____ to include one or more menus in an application.

A. Like operator
B. Contains method
C. Insert operator
D. MenuStrip control


Answer: D

Computer Science & Information Technology

You might also like to view...

The VBScript operator for inequality is which of the following?

a) != b) <> c) NotEqual d) !

Computer Science & Information Technology

How many disks are needed to implement a RAID 1 + 0?

A. 2 B. 3 C. 4 D. 5

Computer Science & Information Technology

Classes that are not abstract classes are sometimes referred to as

a) base classes. b) concrete classes. c) super classes. d) inherited classes.

Computer Science & Information Technology

In order to leave 15 pixels of space in an HBox container, use which of the following statements?

a. myhbox = setPadding(15); b. myhbox.setPadding(15); c. myhbox.setPadding.Insets(15); d. myhbox.setPadding(new Insets(15));

Computer Science & Information Technology