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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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); +} _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
