Multiple Choice
When adding a node to a tree use:
A) treeView.Nodes[ parentIndex ].Nodes.Add(new TreeNode(ChildLabel) )
B) treeView.Node[parentIndex].Add(new TreeNode(ChildLabel) )
C) treeView.Node[parentIndex].Add(ChildLabel)
D) treeView.Node[parentIndex].Nodes.Add(ChildLabel)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: What event is generated when an MDI
Q8: In order to have a tree,you must
Q9: The only controls available are the ones
Q10: What event occurs when a new date
Q11: In order to have a program close
Q13: The LinkVisited property is used to:<br>A) determine
Q14: The SelectedIndexChanged occurs when the user selects
Q15: Which of the following statements are true
Q16: In a ComboBox only the programmer can
Q17: By default,ListBox items cannot be changed by