McGraw-Hill OnlineMcGraw-Hill Higher EducationLearning Center
Student Center | Instructor Center | Information Center | Home
Intro to VB.NET
Projects
Comprehensive Projects
Chapter Objectives
PowerPoint Presentations
Multiple Choice Quiz
True or False
Examples from the Text
Feedback
Help Center


Learning Programming Using Visual Basic.Net
Bill Burrows, University of Washington
Joe Lanford, University of Rochester

Creating Simple Visual Basic .NET Windows Applications

True or False



1

All of the properties available to a given control are displayed in the Properties Editor at design-time.
A)True.
B)False.
2

Two events are fired when focus changes from one control to another. These are the Leave and Enter events.
A)True.
B)False.
3

User input which as been entered from a TextBox control can not be modified by your program.
A)True.
B)False.
4

The TabIndex property of an object is used to set the order in which your controls receive focus when your user pressed the TAB key.
A)True.
B)False.
5

If a control's TabStop property is set to false, it will receive focus when the user presses the TAB key to cycle between controls in your applications
A)True.
B)False.




McGraw-Hill/Irwin