MobileForms Toolkit Documentation

ItemAdvancedComboBox.Insert Method 

Inserts an item into the collection at the specified index.

public void Insert(
int index,
object value
);

Parameters

index
The zero-based index at which value should be inserted.
value
The Object to insert. The value can be a null reference (Nothing in Visual Basic).

Remarks

Insert object at the specified location within ComboBox.

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