Sfoglia il codice sorgente

Color fixes

svn path=/trunk/mcs/; revision=15023
Philip Van Hoof 22 anni fa
parent
commit
d18cab9739
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      mcs/class/System.Windows.Forms/Gtk/demo.cs

+ 3 - 0
mcs/class/System.Windows.Forms/Gtk/demo.cs

@@ -93,6 +93,9 @@ namespace demo
 			this.bar1.Text = "This is a ProgressBar";
 			this.bar1.Value = 25;
 
+			this.bar1.ForeColor = Color.Blue;
+			this.bar1.BackColor = Color.Lime;
+
 			this.label1.Location = new Point(330, 20);
 			this.label1.Text = "This is a Label";