ComboBox

Yanru MuLess than 1 minute

ComboBox

attribute

  • ItemText[]
  • Editable
  • CurrentIndex
  • CurrentText
  • Count

methods

  • AddItem(string)
  • InsertItem(string)
  • AddItems(list)
  • InsertItems(int, list)
  • InsertSeparator(int)
  • RemoveItem(int)
  • Clear()
  • SetEditText(string)
  • ClearEditText()
  • Count()
  • ShowPopup()
  • HidePopup()

events

  • CurrentIndexChanged
  • CurrentTextChanged
  • TextEdited
  • EditTextChanged
  • EditingFinished
  • ReturnPressed
  • Activated
Last update:
Contributors: muyanru