Removes the first occurrence of a specific ListItem from the ItemCollection.
Removes the first occurrence of a specific ListItem from the ItemCollection.
public void Remove(ListItem);
Removes the first occurrence of a specific object from the ItemCollection.
public void Remove(object);
ItemCollection Class | Resco.Controls.AdvancedComboBox Namespace