Visual Basic Chapter 2 Mini-quizes
Which property specifies the alignment of the text inside a label control?
TextAlign
To assign the letter P as the access key for a Print button, what value must be entered in the button's Text property?
&P
All controls have a TabIndex property. True or False?
False
Button captions should end with a colon. True or False?
False
TabIndex values begin with the number 1. True or False?
False
What is the first step in the planning process for a Windows Forms application?
Identify the application's purpose
What type of control is used to display the result of a calculation?
label
What type of control is used to identify the contents of a text box?
label
Which menu contains an option for displaying the interface's TabIndex boxes?
view
If a text box's TabIndex value is the number 10, what TabIndex value should its identi- fying label have?
9
Which property determines a label's border?
Border Style
A text box's access key is defined in its identifying label. True or False?
True