[]
Creates a new combo box.
public ComboBoxCellType()
Public Sub New()
Creates a new combo box cell with the specified items in the combo box list.
public ComboBoxCellType(string[] items)
Public Sub New(items As String())
Type | Name | Description |
---|---|---|
string[] | items | Items for the list specified in a string array |
Creates a new combo box cell with the specified items in the combo box list and values.
public ComboBoxCellType(string[] items, string[] values)
Public Sub New(items As String(), values As String())
Type | Name | Description |
---|---|---|
string[] | items | Items for the list specified in a string array |
string[] | values | Values for the list items specified in a string array |