Podcast
Questions and Answers
What is the purpose of the & symbol in a menu item?
What is the purpose of the & symbol in a menu item?
- To bold the menu item
- To italicize the menu item
- To indicate a shortcut (correct)
- To separate menu items
What happens when you double-click on an item in the menu?
What happens when you double-click on an item in the menu?
- It closes the current form
- It edits the menu item's text
- It generates a blank function defining the action for that item (correct)
- It opens a new form
What is the purpose of the code this.BackColor = Color.Red;
?
What is the purpose of the code this.BackColor = Color.Red;
?
- To set the font of the label
- To close the form
- To change the foreground color of the label
- To change the background color of the form (correct)
What is the purpose of the exitToolStripMenuItem_Click
method?
What is the purpose of the exitToolStripMenuItem_Click
method?
How do you set an image for a menu item or ToolStrip?
How do you set an image for a menu item or ToolStrip?
What is the purpose of the MenuStrip
control?
What is the purpose of the MenuStrip
control?
What is the purpose of the Save As dialog box?
What is the purpose of the Save As dialog box?
What is the method used to bring up a dialog?
What is the method used to bring up a dialog?
What is the general form of the MessageBox?
What is the general form of the MessageBox?
What is the purpose of the Filter property in the SaveFileDialog?
What is the purpose of the Filter property in the SaveFileDialog?
What is the object used to add a printing feature to a form?
What is the object used to add a printing feature to a form?
What is the result of a dialog box recorded as?
What is the result of a dialog box recorded as?