Is there a way for a combobox item to have an "alias" value e.g. if you select from colours combobox - RED, then you can return a value of 987, or BLUE would return 876 - whatever.
Bearing in mind you cant use Tag property when pre-popping a combobox at design time.
Or is this a case for custom controls?
Bearing in mind you cant use Tag property when pre-popping a combobox at design time.
Or is this a case for custom controls?