Site MapHelpFeedbackTrue or False
True or False
(See related pages)

1
A masked TextBox provides the ability to set the format for data entry.
A)True
B)False
2
If a check box control is selected, its Checked property will be set to true.
A)True
B)False
3
Any radio buttons that are placed directly on a form and not in a group box will function as a group.
A)True
B)False
4
A PictureBox control can hold an image and this image must have the file extension .jpg.
A)True
B)False
5
The picture specified in a picture box's Image property is saved in the form's Resources folder.
A)True
B)False
6
To assign a graphic from the resources folder at run time, refer to the Properties object.
A)True
B)False
7
Only the label control can be setup to appear as three-dimensional or flat.
A)True
B)False
8
You can easily draw a line on a form using the label control.
A)True
B)False
9
If you select multiple controls on a form, you can move these controls together on the form and change the properties these controls have in common.
A)True
B)False
10
You should create your own look and behavior for any programs you write so that they don't look like all other Windows programs.
A)True
B)False







Programming in Visual C# 2005Online Learning Center

Home > Chapter 2 > True or False