Matching
Match each item with a statement below:
Premises:
Provides lists of controls that can be dragged onto a Form so that you can develop programs visually
Lies horizontally across the top of the IDE window, and includes submenus that list additional options
An icon that appears beside a list or a section of code and that can be expanded or condensed
A Form property that gets or sets the button on the form that is clicked when the user presses the Enter key
The event generated when a user clicks a control in a GUI program
The area where you design applications visually
A control that has this can receive keyboard input
GUI objects that provide an interface for collecting, displaying, and delivering information
A keyword in a method header (for example, the keyword private ) that dictates which classes can use the method
Responses:
Form Designer
click event
Form s
AcceptButton
node
focus
access specifier
menu bar
Toolbox tab
Correct Answer:
Premises:
Responses:
Provides lists of controls that can be dragged onto a Form so that you can develop programs visually
Lies horizontally across the top of the IDE window, and includes submenus that list additional options
An icon that appears beside a list or a section of code and that can be expanded or condensed
A Form property that gets or sets the button on the form that is clicked when the user presses the Enter key
The event generated when a user clicks a control in a GUI program
The area where you design applications visually
A control that has this can receive keyboard input
GUI objects that provide an interface for collecting, displaying, and delivering information
A keyword in a method header (for example, the keyword private ) that dictates which classes can use the method
Premises:
Provides lists of controls that can be dragged onto a Form so that you can develop programs visually
Lies horizontally across the top of the IDE window, and includes submenus that list additional options
An icon that appears beside a list or a section of code and that can be expanded or condensed
A Form property that gets or sets the button on the form that is clicked when the user presses the Enter key
The event generated when a user clicks a control in a GUI program
The area where you design applications visually
A control that has this can receive keyboard input
GUI objects that provide an interface for collecting, displaying, and delivering information
A keyword in a method header (for example, the keyword private ) that dictates which classes can use the method
Responses:
Related Questions
Q4: A _ is a control that is
Q4: Professional programmers usually do not retain the
Q5: The property names generally appear in alphabetical
Q6: _ are controls through which a user
Q7: If a Button 's name is reportButton
Q9: Form s almost always include _, which
Q12: After you have dragged a Button onto
Q13: If you make a change to a
Q23: Name and describe some of the properties
Q33: You are not required to create a