[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Editor.ComboBoxEditor.-ctor

ComboBoxEditor Constructor

ComboBoxEditor(string[])

Initializes an instance of the ComboBoxEditor class, with the specified items in the combo box list.

Declaration
public ComboBoxEditor(string[] items)
Public Sub New(items As String())
Parameters
Type Name Description
string[] items

Items in the combo box list, specified as an array

ComboBoxEditor(string[], string[])

Initializes an instance of the ComboBoxEditor class, with the specified items in the combo box list and with the specified values for the items.

Declaration
public ComboBoxEditor(string[] items, string[] values)
Public Sub New(items As String(), values As String())
Parameters
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