In: Computer Science
Match the following C# terms:
Click event___
Focus___
Access Specifier___
Runtime___
Node___
AcceptButton___
Textbox tab___
Menu bar___
Form designer___
Forms___
a. The period during which a program executes
b. GUI objects that provide an interface for collecting, displaying, and delivering information
c. Provides list a controls that can be dragged onto a Form so that you can develop programs visually
d. A keyword in a method header that dictates which classes can use the method
e. The area where you design applications visually
f. A Form property that gets or sets the button on the Form that is clicked when the user presses the enter key
g. A control that has this can receive keyboard input
h. Lies horizontally across the IDE window, and includes submenus that list additional options
i. An icon that appears beside a list or a section of code and that can be expanded or condensed
j. The event generated when a user clicks a control in a GUI program
a. The period during which a program executes -> Runtime b. GUI objects that provide an interface for collecting, displaying, and delivering information -> Forms c. Provides list a controls that can be dragged onto a Form so that you can develop programs visually -> Toolbox tab d. A keyword in a method header that dictates which classes can use the method -> access specifier e. The area where you design applications visually -> Form Designer f. A Form property that gets or sets the button on the Form that is clicked when the user presses the enter key -> AcceptButton g. A control that has this can receive keyboard input -> focus h. Lies horizontally across the IDE window, and includes submenus that list additional options -> menu bar i. An icon that appears beside a list or a section of code and that can be expanded or condensed -> node j. The event generated when a user clicks a control in a GUI program -> click event