In the Visual Studio Designer, I can change, say, the background of a textbox to blue.
To change it back to its 'default' value, I can right click on that property and click "Default Value".
My question: How do I do that programmatically? I'd like the opportunity to set my controls to and from a custom color back to their windows default (without specifically knowing what they are).
Thanks!