Multiple choice

AddItem is the method of

  1. command button

  2. list

  3. image box

  4. label

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

AddItem is a method used with list boxes and combo boxes in Visual Basic to add new items to the collection at runtime. It dynamically populates the list with data.