This documentation is archived and is not being maintained.
ListItem Constructor
Visual Studio 2008
Initializes a new instance of the ListItem class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ListItem() | Initializes a new instance of the ListItem class. |
|
ListItem(String) | Initializes a new instance of the ListItem class with the specified text data. |
|
ListItem(String, String) | Initializes a new instance of the ListItem class with the specified text and value data. |
|
ListItem(String, String, Boolean) | Initializes a new instance of the ListItem class with the specified text, value, and enabled data. |
Show: