[Mono-bugs] [Bug 81492][Wis] Changed - System.Windows.Forms.RichTextBox.DeselectAll not implemented
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed May 16 14:43:05 EDT 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 jackson at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81492
--- shadow/81492 2007-05-16 14:42:50.000000000 -0400
+++ shadow/81492.tmp.5289 2007-05-16 14:43:05.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 81492
Product: Mono: Class Libraries
Version: 1.2
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: Windows.Forms
AssignedTo: jackson at ximian.com
ReportedBy: mercier.eric at gmail.com
QAContact: mono-bugs at ximian.com
@@ -20,6 +20,9 @@
It can implemented like this:
public void DeselectAll() {
Select(0,0);
}
+
+------- Additional Comments From jackson at ximian.com 2007-05-16 14:43 -------
+I just implemented this the other day. Thanks for the report
More information about the mono-bugs
mailing list