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.


   
Top


Sams Teach Yourself C# in 24 Hours
Sams Teach Yourself Visual Basic 2010 in 24 Hours Complete Starter Kit (Sams Teach Yourself -- Hours)
ISBN: 0672331136
EAN: 2147483647
Year: 2002
Pages: 253
Authors: James Foxall

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net