F
Franky
I have a usercontrol that inherits from ComboBox
I'd like to add the feature that the user can delete any item
Best would be that he could right click an element and a messagebox would
ask if he wanted to delete that element
I can't find an event that would enable me to do that.
I could copy the items into a text box, let him edit it and put them back
Not to fond of that
Got any other idea of how it might be done??
Thanks
I'd like to add the feature that the user can delete any item
Best would be that he could right click an element and a messagebox would
ask if he wanted to delete that element
I can't find an event that would enable me to do that.
I could copy the items into a text box, let him edit it and put them back
Not to fond of that
Got any other idea of how it might be done??
Thanks