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