MobileForms Toolkit Documentation

ItemComboBox.Clear Method 

Removes all items from the ComboBox.

public void Clear();

Remarks

When you remove items from the list, all information about the deleted items is lost. To remove a single item from the ComboBox, use the Remove method.

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

See Also

ItemComboBox Class | Resco.Controls.DetailView Namespace