Methods used for operations in ListBox control

Name some methods, available in .NET 4.0, which are used to delete and add items from the ListBox control?

E

Expert

Verified

Following methods can be used for adding and deleting items from the ListBox control. The Items.Add() and Items.Insert() methods are used for adding items; on the other hand, the Items.Remove(), Items.RemoveAt(), and Items.Clear() methods are used for deleting items from the ListBox control.

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.