I filled up a combobox with the values from an Enum.
Now a combobox is text right? So I\'m using a getter and a setter. I\'m having problems reading the text.
Have you tried using this.typeComboBox.SelectedText instead of typeComboBox.Text ?
this.typeComboBox.SelectedText
typeComboBox.Text