List Item Class
This is a simple list item object that can be used as part of a collection suitable for binding to a
combo box, radio button list, list box, etc.
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public class ListItemVB
Public Class ListItemC++
public ref class ListItemF#
type ListItem = class end- Inheritance
- Object ListItem
Constructors
| ListItem | Constructor. |
Properties
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode |
This returns the hash code for the object
(Overrides ObjectGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString |
This is overridden to return the display value when the item is converted to a string
(Overrides ObjectToString) |