ListItem Constructor
.NET Framework (current version)
Initializes a new instance of the ListItem class.
Assembly: System.Web (in System.Web.dll)
| 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:
