Font size
WorksheetsCS111 Activity 2.2
Total questions: 11
Worksheet time: 12mins
When a form has been modified since the last time it was saved, what appears on its tab in the designer window?
an ampersand (&)
an asterisk (*)
a percent sign (%)
a plus sign (+)
Which window is used to set the characteristics that control an object’s appearance and behavior?
Characteristics
Properties
Object
Toolbox
Which window lists the projects and files included in a solution?
Solution Explorer
Object
Properties
Toolbox
What is the three-character extension appended to solution files in Visual Basic 2019?
.vbs
.prg
.src
.sln
Which of the following statements is true?
You can auto-hide a window by clicking the Auto Hide (vertical pushpin) button on its title bar.
An auto-hidden window appears as a tab on the edge of the IDE.
You temporarily display an auto-hidden window by clicking its tab.
all of the above
Which property controls the text displayed in a form’s title bar?
Caption
Title
TitleBar
Text
Which property is used to give an object a more meaningful name?
Text
Caption
Name
Application
Which property determines the initial position of a form when the application is started?
Location
StartPosition
InitialLocation
StartLocation
Explain the difference between a form’s Text property and its Name property.
Explain the difference between a form file and a form.
What does the dot member access operator indicate in the text System.Windows.Forms. Label?
