[]
Initializes a new instance of the RenderInputComboBox class.
public RenderInputComboBox()
Initializes a new instance of the RenderInputComboBox class, assigning Items from the specified strings.
public RenderInputComboBox(params string[] items)
Type | Name | Description |
---|---|---|
string[] | items | The strings that are used to initialize the Items array. |