C# combo box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to edit the text in a databound combo box and have that text modify the current value in the combo box list. To do this I am trying to extend the combo box class and am looking for an overide of the textchanged event on the base combobox class yet I don't see the override

I am new to Dot Net and C

Thanks
 
Back
Top