The following tables list the members exposed by ComboBoxItem.
Public Constructors
| Name | Description |
| ComboBoxItem Constructor | Initializes a new instance of the ComboBoxItem class specifying the values that the item contains. |
Top
Public Properties
| Name | Description |
| Item | Overloaded. Gets the value at the specified index. |
| ValueCount | Gets the number of values contained in the item. |
| Values | Gets the values contained within the item. |
Top
Public Methods
| Name | Description |
| Equals | Determines whether the specified object is equal to the current ComboBoxItem. |
| GetHashCode | Serves as a hash function for the ComboBoxItem, suitable for use in hashing algorithms
and data structures like a hash table. |
Top
See Also