Multiple Choice
The syntax for adding a new item to a ListBox is:
A) ListBox.Items.Add("item")
B) ListBox.Add("item")
C) ListBox.Items.Insert("item")
D) ListBox.Insert("item")
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q40: TabPages can contain only buttons,checks and labels
Q41: A tree is a hierarchical collection of
Q42: If the user has not selected any
Q43: An example of a ListView is the
Q44: Forms can inherit:<br>A) methods<br>B) variables<br>C) controls<br>D) All
Q46: LinkLabels are used to:<br>A) organize a group
Q47: Setting the SelectionMode property to SelectionMode.One allows
Q48: Windows within windows are called the sub-windows
Q49: The MdiChildren property returns a list of
Q50: A ComboBox is a TextBox with a