Match each item with a statement below.
A. The event generated when a user clicks a control in a GUI program
B. An icon that appears beside a list or a section of code and that can be expanded or condensed
C. Lies horizontally across the top of the IDE window, and includes submenus that list additional options
D. A control that has this can receive keyboard input
E. A Form property that gets or sets the button on the form that is clicked when the user presses the Enter key
F. The area where you design applications visually
G. A keyword in a method header (for example, the keyword private) that dictates which classes can use the method
H. Provides lists of controls that can be dragged onto a Form so that you can develop programs visually
I. GUI objects that provide an interface for collecting, displaying, and delivering information
J. The period during which a program executes
A. click event
B. node
C. menu bar
D. focus
E. AcceptButton
F. Form Designer
G. access specifier
H. Toolbox tab
I. Forms
J. Runtime
You might also like to view...
When using Datasheet view, what determines sort order when sorting more than one field?
A) The order is determined from right to left. B) The order is determined by the last selected field to the first selected field. C) The order is determined from left to right. D) The order is determined by the first selected field to the last selected field.
Given a GUI Control, what objects and delegates are provided to handle mouse events such as clicking, pointing, and dragging?
What will be an ideal response?