I was experimenting with different options for the button background color and ended up changing the BackColor property in the Appearance category. I then chang
BackColor
To restore the default background color of the button, use;
Button1.BackColor = SystemColors.ButtonFace Button1.UseVisualStyleBackColor = True