Hour 7

Quiz

1: Which control would you use to display text that the user can't edit?
A1: A Label control
2: What common property is shared by the Label control and text box and whose value determines what the user sees in the control?
A2: The Text property
3: In order to change the Height of a text box, you must set what property?
A3: You must set the MultiLine property to true.
4: What is the default event of a Button control?
A4: The Click event
5: A button whose Click event is triggered when the user presses Enter, regardless of the control that has the focus, is called an …?
A5: Accept button
6: Which control would you use to display a yes/no value to a user?
A6: A check box
7: How would you create two distinct sets of mutually exclusive option buttons? ...

Get Sams Teach Yourself Microsoft® Visual C#™ .NET in 24 Hours now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.