Constructor ComboBox
ComboBox()
Public constructor
public ComboBox()
ComboBox(ustring)
Public constructor
public ComboBox(ustring text)
Parameters
text
ustring
ComboBox(Rect, IList)
Public constructor
public ComboBox(Rect rect, IList source)
Parameters
ComboBox(IList)
Initialize with the source.
public ComboBox(IList source)
Parameters
source
IListThe source.