A Label object can be centered on the Windows Form object by using choices on the ____ menu.

A. File
B. Edit
C. Format
D. Tools


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following statements assigns the Flavor enumerated type value to The integer variable?

Look at the following code sample: ``` enum Flavor { Vanilla, Strawberry, Chocolate } ``` a. int n = Flavor.Strawberry.ToInteger(); b. int n = Strawberry.IntValue; c. int n = (Flavor) Strawberry; d. int n = (int) Flavor.Strawberry;

Computer Science & Information Technology

Microsoft’s Windows ______________ is a cloud-computing platform that allows you to develop, manage and distribute your apps in the cloud.

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

Computer Science & Information Technology

Virtual machines promote ________, the ability for software to run on multiple platforms.

a) scalability b) extensibility c) portability d) security

Computer Science & Information Technology

Movie Maker uses which one of the following file extensions for movies?

A) .bmp B) .wmv C) .tif D) .png

Computer Science & Information Technology