Changing the Background Color of a Windows Forms Textbox 20. December 2010 Dave Knipper C#, Windows Forms (0) Out of the box, Windows Forms do not allow you to change the color of a disabled textbox. Here's an abstraction of the Windows Forms textbox that will allow you to change the disabled background color. Here's a basic test form: