ComboBox Class Reference

Simplified ComboBox widget. More...

Properties

StringList itemList
 stringlist of items More...
 
String currentItem
 currently selected item More...
 
bool editable
 whether the combo box may be edited by the user More...
 
int currentItemPos
 index of the current item More...
 

Detailed Description

Simplified ComboBox widget.

Property Documentation

◆ currentItem

String ComboBox::currentItem
readwrite

currently selected item

◆ currentItemPos

int ComboBox::currentItemPos
readwrite

index of the current item

◆ editable

bool ComboBox::editable
readwrite

whether the combo box may be edited by the user

◆ itemList

StringList ComboBox::itemList
readwrite

stringlist of items