Doyle: C#, 4th edition ISBN 978-1-285-09626-1 Page 1-1
C# Programming: From Problem Analysis to Program Design, 5th edition
Chapter 10
1. c. System.Windows.Forms
2. a. PerformsSomeTask task1 = new PerformsSomeTask(CalculateThis);
7. a. Multiple selections are possible with ListBox objects.
8. d. SelectedIndexChanged( )
9. d. Items
14. d. RadioButton
15. d. Checked
Doyle: C#, 4th edition ISBN 978-1-285-09626-1 Page 1-2
20. d. AcceptButton
21. The event must be registered as being of interest, and an event-handler method must be
22. RadioButtons are used to give users a choice between two or more options. You select only
one from the RadioButton group; whereas, it is appropriate to select more than one
23. Tabs and menus
24. SelectedItem
Doyle: C#, 4th edition ISBN 978-1-285-09626-1 Page 1-3
ForeColor
Text
Menu