MobileForms Toolkit Documentation

ItemCollection.Remove Method

Removes the first occurrence of a specific ListItem from the ItemCollection.

Overload List

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);

See Also

ItemCollection Class | Resco.Controls.AdvancedComboBox Namespace