[Mono-bugs] [Bug 80599][Cos] New - Button.BackgroundImage not displayed
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jan 24 09:39:19 EST 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by georgegiolfan at yahoo.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80599
--- shadow/80599 2007-01-24 09:39:19.000000000 -0500
+++ shadow/80599.tmp.18702 2007-01-24 09:39:19.000000000 -0500
@@ -0,0 +1,34 @@
+Bug#: 80599
+Product: Mono: Class Libraries
+Version: 1.2
+OS: Windows XP
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Cosmetic
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: georgegiolfan at yahoo.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Button.BackgroundImage not displayed
+
+Steps to reproduce the problem:
+Compile and run the following program.
+using System.Windows.Forms;
+class TestForm : Form {
+ static void Main() {
+ Application.Run(new TestForm());
+ }
+ public TestForm() {
+ Button b = new Button();
+ b.BackgroundImage = Icon.ToBitmap();
+ Controls.Add(b);
+ }
+}
+
+How often does this happen?
+Always (on the SVN version).
More information about the mono-bugs
mailing list