The methods of the ItemCollection class are listed below. For a complete list of ItemCollection class members, see the ItemCollection Members topic.
Add | Overloaded. Adds a ListItem to the end of the ItemCollection. |
Clear (inherited from CollectionBase) | Removes all objects from the CollectionBase instance. |
Contains | Overloaded. 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. |
IndexOf | Overloaded. Searches for the specified object and returns the zero-based index of the first occurrence within the entire ItemCollection. |
Insert | Overloaded. Inserts an element into the ItemCollection at the specified index. |
Remove | Overloaded. 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. |
ItemCollection Class | Resco.Controls.AdvancedComboBox Namespace