Section 1
Elements of a GUI in Microsoft Visual Studio
Textboxes, buttons, and labels that are placed on a form are called ______.
A block of code that accomplishes a specific task is $\mathrm{a}(\mathrm{n})$ _______.
Write the Visual Basic statement that changes the color of the current form to green. _______
The mode of operation during which code can be executed is called ________.
The menu item to select to end run mode and return to design mode is ____________.
What is a good name for a button with the word "Submit" on it? __________.
In a GUI program, $a(n)$ __________ causes a particular procedure to execute.
The window that lists all the controls, their properties, and their values is called the _____ window.
Controls are placed on $a(n)$ _______
The ______ displays the controls that you can add to your form.