ui.Combobox.GetItemText()

ui.Combobox.GetItemText() retrieves the text of the list item placed at the index specified as the method attribute. The index is a position of the item in the drop down list:

 

LET item_text = cbx.GetItemText(5)