The default behavior of property BackColor of a TextBox is as follows: when enabled, it is White (SystemColors.Window), w
BackColor
TextBox
White
SystemColors.Window
TextBox.ResetBackColor()
It doesn't pop up in IntelliSense for some reason, but it's there and it compiles.