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
Button1.BackColor = System.Drawing.Color.Red;