MobileForms Toolkit Documentation

ItemCollection.Remove Method (ListItem)

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

public void Remove(
ListItem item
);

Parameters

item
The ListItem to remove from the ItemCollection.

Remarks

Used by the Delete method.

See Also

ItemCollection Class | Resco.Controls.AdvancedComboBox Namespace | ItemCollection.Remove Overload List