[Mono-bugs] [Bug 60249][Cri] Changed - `System.Drawing.Color' does not contain a definition for `Highlight'
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Jun 2004 00:15:20 -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 peter@novonyx.com.
http://bugzilla.ximian.com/show_bug.cgi?id=60249
--- shadow/60249 2004-06-16 00:00:42.000000000 -0400
+++ shadow/60249.tmp.11489 2004-06-16 00:15:20.000000000 -0400
@@ -80,6 +80,14 @@
------- Additional Comments From rkumar@novell.com 2004-06-16 00:00 -------
Highlight is a SystemColors class property. Please see
System.Drawing.SystemColors class.
+
+------- Additional Comments From peter@novonyx.com 2004-06-16 00:15 -------
+The sample code is wrong. Line 138 needs to be changed to:
+Line 138: __ctrl.BorderColor =
+System.Drawing.SystemColors.Highlight;
+
+
+