I want to use a combo box to set a variable that will contain the color selected from the combo box.
ComboBox Items are = [LightGoldenRodYellow, LightBlue, LightSeaGreen]
When i hit the drop down in the combobox, i get a list of values instead of the color names .
How do I set a variable to the value selected in the combo box, so i can then use this variable as the color source for a Fill property.
Thanks
Dave