[]
Represents an item in a combo box, list box, or radio button list cell.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ListItem
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class ListItem
Name | Description |
---|---|
ListItem() | Creates a new list item. |
ListItem(string, string) | Creates a new list item with the specified text and value for that item. |