[Mono-bugs] [Bug 81492][Wis] New - System.Windows.Forms.RichTextBox.DeselectAll not implemented

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Apr 30 05:32:21 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 mercier.eric at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=81492

--- shadow/81492	2007-04-30 05:32:21.000000000 -0400
+++ shadow/81492.tmp.32396	2007-04-30 05:32:21.000000000 -0400
@@ -0,0 +1,25 @@
+Bug#: 81492
+Product: Mono: Class Libraries
+Version: 1.2
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com                            
+ReportedBy: mercier.eric at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Windows.Forms.RichTextBox.DeselectAll not implemented
+
+The System.Windows.Forms.RichTextBox.DeselectAll is not implemented.
+
+It can implemented like this:
+
+public void DeselectAll() {
+      Select(0,0);
+}


More information about the mono-bugs mailing list