hello quizlet
Home
Subjects
Expert solutions
Log in
Sign up
Starting Out With Visual C# 2012: Chapter 2: Introduction to Visual C#
Flashcards
Learn
Test
Match
A(n) (blank) is the thin dotted line that encloses an object in the Designer.
Click the card to flip 👆
bounding box
Click the card to flip 👆
1 / 31
Flashcards
Learn
Test
Match
Created by
kieranbo
Terms in this set (31)
A(n) (blank) is the thin dotted line that encloses an object in the Designer.
bounding box
The small squares that appear on the right edge, bottom edge, and lower-right corner of a form's bounding box are called (blank).
sizing handles
(Blank) is the name of the blank form that Visual Studio initially creates in a new project.
Form1
The (blank) property holds text that is displayed on the face of the button.
Text
A file that contains program code is called a(an) (blank)
source code file
A namespace is container that holds (blank)
classes
A(n) (blank) is a method that executes when a specific event takes place while an application is running
event handler
The statement MessageBox.Show("Hello World"); is an example of a(n) (blank)
method call
In programming we use the term string to mean (blank)
string of characters
A(n) (blank) marks the end of a programming statement in C#
semicolon