MobileForms Toolkit Documentation

ItemCollection.Insert Method (Int32, Object)

Inserts an object into the ItemCollection at the specified index.

public void Insert(
int index,
object obj
);

Parameters

index
The zero-based index at which value should be inserted.
obj
The object to insert.

Remarks

Object is encapsulated by BoundItem. TemplateIndex, SelectedTemplateIndex, AlternateTemplateIndex and TextBoxTemplateIndex are obtained from AdvancedComboBox.

See Also

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