How do I clear/reset the BackColor of a windows application form? For instance, I have a set of radio buttons, each one changes the color of the background form color, when I reset the radio buttons I would also like to reset the color of the form back to it's original state?
Simple way :
myForm.BackColor = Color.Empty