[Mono-bugs] [Bug 67797][Wis] New - FlatStyle Checkbox / Radiobutton (other controls?) need to render knobs in control backcolor
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 7 Oct 2004 19:40:57 -0400 (EDT)
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 jba-mono@optusnet.com.au.
http://bugzilla.ximian.com/show_bug.cgi?id=67797
--- shadow/67797 2004-10-07 19:40:57.000000000 -0400
+++ shadow/67797.tmp.18847 2004-10-07 19:40:57.000000000 -0400
@@ -0,0 +1,27 @@
+Bug#: 67797
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: jba-mono@optusnet.com.au
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: FlatStyle Checkbox / Radiobutton (other controls?) need to render knobs in control backcolor
+
+Currently checkbox and radiobutton knobs are rendered using colors like
+
+SystemColors.ControlDark, SystemColors.Window and SystemColors.Control.
+
+This is fine for normaly rendered controls (Not FlatStyle.Flat or
+FlatStyle.Popup)
+
+For FlatStyle controls we need to change this to use the
+ControlPaint.Dark() and so on applied to the actual control's background color.