Answers for Hour 9

1: True or False: Form menu bars are created using the Context Menu control.
A1: False. They are created using the Main Menu control.
2: To create an accelerator or hotkey, preface the character with a(n):
A2: Ampersand (&)
3: If you've designed a menu using a Main Menu control, but that menu isn't visible on the form designer, how do you make it appear?
A3: Click the Main Menu control at the bottom of the form designer.
4: To place a check mark next to a menu item, you set what property of the item?
A4: The Checked property.
5: How do you add code to a menu item?
A5: Double-click the item while in Edit mode.
6: Toolbar items are part of what collection?
A6: The Buttons collection
7: To create a separator on a toolbar, you create a new button and set what property?
A7: The Style property to Separator.
8: True or False: Every button on a toolbar has its own Click event.
A8: False. All buttons share a ButtonClick event.
9: What must you do to have panels appear on a status bar?
A9: Set the ShowPanels property to true.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.147.84.169