MobileForms Toolkit Documentation

ItemAdvancedComboBox.Remove Method 

Removes the specified item from the ComboBox.

public void Remove(
object value
);

Parameters

value
The Object to remove from the collection. The value can be a null reference (Nothing in Visual Basic).

Remarks

Remove object from the list. The object that follow the removed element move up to occupy the vacated spot.

Note   This method applies only to the inner list of combobox and is not applicable for bound combobox.

See Also

ItemAdvancedComboBox Class | Resco.Controls.DetailView Namespace