Combobox

Available functions Description
"acceptDrops" Specifies if drop events are enabled.
"appendItem" Appends an entry to a combo box.
"currentIndex" Returns or sets the item at the current index.
"deleteAllItems" Deletes all entries in a combo box.
"deletePos" Deletes any entry from a combo box.
"editable" Defines whether overwriting will be possible.
"events" Gets all available events.
"font" Sets the font.
"itemCount" Displays the number of entries in a combo box.
"itemEnabled" Enables or disables an entry in a combo box
"items" Sets respectively queries all entries in a combo box.
"placeholderText" Puts a greyed out text as placeholder.
"replacePos" Replaces any entry in a combo box.
"selectedPos" Selects any entry in a combo box.
"selectedText" Displays the text of a selected entry.
"text" Sets or reads the text in the display field of a combo box.
"updatesEnabled" Specifies if updates are enabled.
"userData" Saves/Returns a user-specific text for an item.