Multiple Choice
The data that appears in a combo box when it is first displayed can be added to the combo box _______.
A) using the Form_Load procedure and the combo box Items.Add method
B) during design time in the Items Collection of the combo box
C) using the ComboBox.Add() method
D) Answers A and B are correct.
Correct Answer:

Verified
Correct Answer:
Verified
Q29: The group of repeated instructions in a
Q30: Which of the following is NOT a
Q31: The Continue statement can be used to
Q32: Values for the items in a list
Q33: The _ method is used to send
Q35: The PrintDocument's PrintPage event is fired once
Q36: A single execution of a group of
Q37: The code,"NameLabel.Text = NameComboBox.Text",or the code,"NameLabel.Text =
Q38: Boolean variables are commonly referred to as
Q39: To remove an individual item from a