MobileForms Toolkit Documentation

ItemCollection.Add Method

Adds a ListItem to the end of the ItemCollection.

Overload List

Adds a ListItem to the end of the ItemCollection.

public int Add(ListItem);

Adds a object to the end of the ItemCollection.

public int Add(object);

See Also

ItemCollection Class | Resco.Controls.AdvancedComboBox Namespace