ComboBox
ComboBox 1. Definition _ComboBox_ is one possible value that the Type element of the GUI Strings (http://support.aquasoft.de/436949-GUI-API) can receive. It creates a dropdown list that contains values of type string.
Stores a value of type string, in this case the selected text.
2. Options
* "Items": predefined items, Datentyp: Array of string
3. Example { "Key" : "ComboBox1", "Type" : "ComboBox", "Caption" : "MyComboBox", "Options" : { "Items" : ["Item1", "Item2"] } }