You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary>Occurs when a character. space or backspace key is pressed while the control has focus.</summary>
9205
+
<summary>Occurs when a character, space, or backspace key is pressed while the control has focus.</summary>
9206
9206
<remarks>
9207
9207
<format type="text/markdown"><![CDATA[
9208
9208
9209
9209
## Remarks
9210
9210
Key events occur in the following order:
9211
9211
9212
9212
1. <xref:System.Windows.Forms.Control.KeyDown>
9213
-
9214
9213
2. <xref:System.Windows.Forms.Control.KeyPress>
9215
-
9216
9214
3. <xref:System.Windows.Forms.Control.KeyUp>
9217
9215
9218
9216
The <xref:System.Windows.Forms.Control.KeyPress> event is not raised by non-character keys other than space and backspace; however, the non-character keys do raise the <xref:System.Windows.Forms.Control.KeyDown> and <xref:System.Windows.Forms.Control.KeyUp> events.
0 commit comments