Site MapHelpFeedbackTrue or False
True or False
(See related pages)

1
When creating menus with the MenuStrip component, the Name property is used to hold the words that will appear on the screen in the menu bar.
A)True
B)False
2
If you click on an item in a menu that is grayed out, you will toggle it on, and it will appear in black text
A)True
B)False
3
By default, all new menu items have their Enabled property set to True
A)True
B)False
4
An enabled menu item appears in black text and is available for selection.
A)True
B)False
5
When creating a menu, if an item named "Help" is listed, it should be at the far right and the H should have keyboard access.
A)True
B)False
6
If you want the user to be able to use the dialog boxes from the Windows environment so he can save files and change colors, you will need to add two common dialog components to your form, the SaveFileDialog for saving files, and the ColorDialog for changing colors
A)True
B)False
7
After adding a common dialog component to a form, you can display a common dialog box at run time using the OpenDialog method
A)True
B)False
8
If you use the ShowDialog method to display a common dialog box, the window that is displayed is modal
A)True
B)False
9
Right-clicking on an object will usually pop up a context menu
A)True
B)False
10
Functions perform an action and return a value
A)True
B)False







Bradley:Programming in VB 2008Online Learning Center

Home > Chapter 5 > True or False