The methods of the ListItem class are listed below. For a complete list of ListItem class members, see the ListItem Members topic.
Clone | |
CopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. |
Delete | Removes the item from parent ItemCollection. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetData | Make the copy of internal data to object array. |
GetEnumerator | Returns an enumerator that can iterate through a collection. |
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. |
GetItemProperties | |
GetListName | |
GetType (inherited from Object) | Gets the Type of the current instance. |
SetData | Overloaded. Copies the data from the collection to the item. |
ToString | Returns a String that represents the current ListItem. |
Update | Update changes made to StringData. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
OnItemChanged | Raises the ItemChanged event to redraw the parent. |
ListItem Class | Resco.Controls.AdvancedComboBox Namespace