MobileForms Toolkit Documentation

ItemCollection Methods

The methods of the ItemCollection class are listed below. For a complete list of ItemCollection class members, see the ItemCollection Members topic.

Public Instance Methods

AddOverloaded. Adds a ListItem to the end of the ItemCollection.
Clear (inherited from CollectionBase)Removes all objects from the CollectionBase instance.
ContainsOverloaded. Determines whether the ItemCollection contains a specific element.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetEnumerator (inherited from CollectionBase)Returns an enumerator that iterates through the CollectionBase instance.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
IndexOfOverloaded. Searches for the specified object and returns the zero-based index of the first occurrence within the entire ItemCollection.
InsertOverloaded. Inserts an element into the ItemCollection at the specified index.
RemoveOverloaded. Removes the first occurrence of a specific object from the ItemCollection.
RemoveAt (inherited from CollectionBase)Removes the element at the specified index of the CollectionBase instance.
RemoveByMapping Removes all items with selected field mapping from the ItemCollection.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

ItemCollection Class | Resco.Controls.AdvancedComboBox Namespace