Link ENUM to a ComboBox

  • Thread starter Thread starter bern11
  • Start date Start date
B

bern11

How do you link an numeration to a combobox? I have an enumeration
which I want to appear as the data source in the combo-box. Do I have
to skip the enumeration and create a bindable list object instead?
 
Back
Top