In order to clear a ListBox’s items, the syntax is:
a) ListBox.Items.Clear()
b) ListBox.Items.DeleteItem.All()
c) ListBox.Clear()
d) ListBox.Items.DeleteAll()
a) ListBox.Items.Clear()
Computer Science & Information Technology
You might also like to view...
The operator assigns the result of adding the left and right operands to the left operand.
a) + b) =+ c) += d) ++
Computer Science & Information Technology
What are the advantages of static analysis over dynamic analysis of source code?
What will be an ideal response?
Computer Science & Information Technology