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