[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
Thu, 17 Jun 2004 01:57:56 -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 18:56:19.000000000 -0400
+++ shadow/60249.tmp.8726	2004-06-17 01:57:56.000000000 -0400
@@ -126,6 +126,25 @@
 	<TitleStyle ForeColor="AliceBlue" 
 BackColor="SteelBlue"></TitleStyle>
 							
 	<WeekendDayStyle BackColor="White"></WeekendDayStyle>
 						
 	</asp:Calendar>
+
+------- Additional Comments From peter@novonyx.com  2004-06-17 01:57 -------
+[Note - Jordi had problems w/ Bugzilla, so I'm posting his comment:]
+
+Guys,
+
+There are a couple of properties in the Color class that are not
+documented: Hightlight, HightText, InactiveBorder, and others. They 
+are
+basically wrappers to the equivalent colors in the Colors class. They
+are not even documented in the book Microsoft .Net Framework 1.1 class
+library reference.
+
+In my opinion, even if there are not documented, if there are MS tools
+that generate code with them, we should support them. 
+
+I can take care of this.
+
+Jordi