I need to change the background colour of a button using C# code (Visual Studio 2008).
background
I saw some people recommending the inclusion of a directive: us
us
using System.Drawing;
allows you to use
Color.Red;