Multiple choice Which of the following functions is used to remove a particular item from a ListBox? DeleteAt() RemoveFrom() DeleteIndex() RemoveAt() DeleteFrom() Reveal answer Fill a bubble to check yourself D Correct answer Explanation To remove an item from a particular index, the correct function is 'RemoveAt(int index)'.