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
tmpButtonCtrl.BackColor = DefaultBackColor tmpButtonCtrl.ForeColor = DefaultForeColor tmpButtonCtrl.UseVisualStyleBackColor = True
.NET Framework 4.5 VB.Net Visual Studio 2013