Podcast
Questions and Answers
What does the MessageBoxButtons enumeration represent in a MessageBox?
What does the MessageBoxButtons enumeration represent in a MessageBox?
- Buttons to be displayed on the MessageBox (correct)
- Type of font in the MessageBox
- Background color of the MessageBox
- Size of the MessageBox
What does the ToolTip control display when the user points at controls?
What does the ToolTip control display when the user points at controls?
- Icons
- Error messages
- Colorful patterns
- Text (correct)
What does the MessageBoxIcon enumeration represent in a MessageBox?
What does the MessageBoxIcon enumeration represent in a MessageBox?
- Animation effects for the MessageBox
- Icons to be displayed on the MessageBox (correct)
- Color scheme for the MessageBox
- Background pattern for the MessageBox
What is the purpose of using the ErrorProvider with textBox1?
What is the purpose of using the ErrorProvider with textBox1?
When does the TextChanged event occur for a TextBox control?
When does the TextChanged event occur for a TextBox control?
What is the primary purpose of a NumericUpDown control?
What is the primary purpose of a NumericUpDown control?
What control allows the user to make multiple selections from a number of options?
What control allows the user to make multiple selections from a number of options?
Which control represents a panel that dynamically lays out its contents in a grid composed of rows and columns?
Which control represents a panel that dynamically lays out its contents in a grid composed of rows and columns?
What control is typically used to contain a logical group of RadioButton controls, each group of buttons being mutually exclusive?
What control is typically used to contain a logical group of RadioButton controls, each group of buttons being mutually exclusive?
Which control is used for selecting and displaying the date/time with a specific format in the form?
Which control is used for selecting and displaying the date/time with a specific format in the form?
What control can be used to lay out its contents dynamically either horizontally or vertically?
What control can be used to lay out its contents dynamically either horizontally or vertically?
What control can display text, an image, or both?
What control can display text, an image, or both?
Which event occurs whenever the Checked property changes value?
Which event occurs whenever the Checked property changes value?
What built-in control contains two panels and a splitter?
What built-in control contains two panels and a splitter?
Flashcards are hidden until you start studying