C# .NET - change backcolor of read only combo box
Asked By forces forcesl on 18-Jul-05 05:35 AM
How to change the backcolor of a read only(disabled) combo box in c#.net
.just writing :
this.comboBox1.BackColor = System.Drawing.Color.FromName("pink");
does not change the backcolor