use the selectedindex, + selecteditem, or text properties of your combobox

the selectedindex ranges from -1 (no item selected) to items.count -1 (the last item)
the text is what is displayed in the non dropdown part of your combobox