Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
C# Programming From Problem Analysis to Program Design Study Set 1
Quiz 9: Introduction to Windows Programming
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 61
Short Answer
Most classes, including control classes such as Label, Button, and TextBox, used with Windows application are defined in the ____________ namespace.
Question 62
Short Answer
It is a good idea to consistently use an appropriate prefix for the user interface elements. You might prefix buttons with ____________.
Question 63
Short Answer
When a button is clicked by a user, its ____________ is automatically called up.
Question 64
Short Answer
The ____________ property for the form can be set to a specific button to allow the Enter key to be associated with that button, so that pressing the Enter key is the same as clicking the button.
Question 65
Short Answer
If you accidentally double-click on the form, you register the ____________ event.
Question 66
Short Answer
All changes to the property values can be made in the ____________ window at design time.
Question 67
Short Answer
A large field of research in the field of computing is focused on ____________. The research concentrates on the design and implementation of interactive computing systems for human use.
Question 68
Short Answer
____________ objects are normally used to provide descriptive text for another control.
Question 69
Short Answer
Using the ____________ feature in Visual Studio, controls can be more easily aligned when they are initially added to the form.
Question 70
Short Answer
With Windows applications, both the files, Form1.cs and Form1.Designer.cs, only include part of the definition for the class in their file. Thus, both include the keyword ____________ in their class heading definition.