MobileForms Toolkit Documentation

ItemCollection.Add Method (Object)

Adds a object to the end of the ItemCollection.

public int Add(
object obj
);

Parameters

obj
The object to be added to the end of the ItemCollection.

Return Value

The position into which the new element was inserted.

Remarks

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

See Also

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