ListBox
1. Definition
ListBox is one possible value that the Type element of the GUI Strings can receive. It creates a list view that contains rows of values of type string.
Stores a value of type string, in this case the string on the selected index.
2. Options
- "Items": predefined list items, data type: Array of string
3. Example
{ "Key" : "ListBox1", "Type" : "ListBox", "Caption" : "MyListBox", "Options" : { "Items" : ["Item1", "Item2"] } }