V
vbmark
I can change the BackColor of a TextBox. However, the BackColor of a
ComboBox will not change.
thisComboBox.BackColor = Color.Yellow
The property is there and I don't get an error when I run. So why does
nothing happen?
Thanks!
ComboBox will not change.
thisComboBox.BackColor = Color.Yellow
The property is there and I don't get an error when I run. So why does
nothing happen?
Thanks!