MobileForms Toolkit Documentation

ItemComboBox.Add Method 

Adds an item to the list of items for a ComboBox.

public int Add(
object value
);

Parameters

value
The item to be added to the end of the collection. The value can be a null reference (Nothing in Visual Basic).

Return Value

The collection index at which the value has been added.

Remarks

This method adds an item to the combo box. The item is inserted at the end of the list.

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