[]
Creates a new list item.
public ListItem()
Public Sub New()
Creates a new list item with the specified text and value for that item.
public ListItem(string text, string value)
Public Sub New(text As String, value As String)
| Type | Name | Description |
|---|---|---|
| string | text | Text of the item |
| string | value | Value of the item |