From 449765b9eaf01cc9478d2f417372c6138115aa5a Mon Sep 17 00:00:00 2001
From: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date: Fri, 18 Oct 2024 12:05:24 -0700
Subject: [PATCH] Update Control.xml
---
xml/System.Windows.Forms/Control.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/xml/System.Windows.Forms/Control.xml b/xml/System.Windows.Forms/Control.xml
index 4efbd8adf63..d71cad3273c 100644
--- a/xml/System.Windows.Forms/Control.xml
+++ b/xml/System.Windows.Forms/Control.xml
@@ -9202,7 +9202,7 @@ MyControl.Font = New Font(MyControl.Font, _
System.Windows.Forms.KeyPressEventHandler
- Occurs when a character. space or backspace key is pressed while the control has focus.
+ Occurs when a character, space, or backspace key is pressed while the control has focus.
-
2.
-
3.
The event is not raised by non-character keys other than space and backspace; however, the non-character keys do raise the and events.