[]
Initializes an instance of the ListBoxEditor class, with the specified items in the list box list.
public ListBoxEditor(string[] items)
Public Sub New(items As String())
Type | Name | Description |
---|---|---|
string[] | items | Items in the list box list, specified as an array |
Initializes an instance of the ListBoxEditor class, with the specified items in the list box list and with the specified values for the items.
public ListBoxEditor(string[] items, string[] values)
Public Sub New(items As String(), values As String())
Type | Name | Description |
---|---|---|
string[] | items | Items in the list box list, specified as an array |
string[] | values | Values for the items in the list box list, specified as an array |