I have a button called Button1, and I have Button1_Click hooked into it. Inside Button1 I have two lines of code:
Code: Select all
Button1.Text = "Button Pressed";
Button1.Fill = new BrushCF(Color.Blue);
Code: Select all
Button1.Text = "Button Pressed";
Button1.Fill = new BrushCF(Color.Blue);