VB.Net Clear or Reset form BackColor?

William Mc picture William Mc · Oct 19, 2010 · Viewed 15.4k times · Source

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?

Answer

Möi picture Möi · Mar 1, 2012

Simple way :

myForm.BackColor = Color.Empty