[Mono-bugs] [Bug 81692][Nor] New - KeyEventArgs missing SuppressKeyPress property

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun May 20 14:33:36 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 kaetemi at gmail.com.

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

--- shadow/81692	2007-05-20 14:33:36.000000000 -0400
+++ shadow/81692.tmp.22186	2007-05-20 14:33:36.000000000 -0400
@@ -0,0 +1,29 @@
+Bug#: 81692
+Product: Mono: Class Libraries
+Version: 1.2
+OS: 
+OS Details: Ubuntu
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com                            
+ReportedBy: kaetemi at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: KeyEventArgs missing SuppressKeyPress property
+
+Description of Problem:
+The KeyEventArgs class is missing the SuppressKeyPress property (a bool).
+
+Actual Results:
+System.MissingMethodException: Method not found:
+'System.Windows.Forms.KeyEventArgs.set_SuppressKeyPress'.
+
+Expected Results:
+In .NET this property gets rid of the 'ding' sound, when doing a
+'non-existing' ctrl-blah combo within something like a TextBox. Used for
+example in the KeyDown event when putting your own ctrl combos there.


More information about the mono-bugs mailing list