M
Mendhak
Hi All,
When you add an object to a combobox, and run the application, you'll get
something like this:
System.Windows.Forms.Button, Text: Button1
(for example).
Is it possible to have just the text/value in the object to be displayed in
the combobox, yet at the same time when retrieving the combobox item,
getting that same object back?
In this particular case, an object of ANY type can be added to the combobox.
TIA.
When you add an object to a combobox, and run the application, you'll get
something like this:
System.Windows.Forms.Button, Text: Button1
(for example).
Is it possible to have just the text/value in the object to be displayed in
the combobox, yet at the same time when retrieving the combobox item,
getting that same object back?
In this particular case, an object of ANY type can be added to the combobox.
TIA.