| 1. | Which control would you use to display text that the user can't edit? |
| 2. | What common property is shared by the Label control and text box and whose value determines what the user sees in the control? |
| 3. | What property must be set to True before you can adjust the height of a text box control? |
| 4. | What is the default event of a Button control? |
| 5. | A button whose Click event is triggered when the user presses Enter while another control has the focus is called an ______? |
| 6. | Which control would you use to display a yes/no value to a user? |
| 7. | How would you create two distinct sets of mutually exclusive option buttons? |
| 8. | To manipulate items in a list, you use what collection? |
| 9. | What method adds an item to a list in a specific location? |