This document is archived and information here might be outdated. Recommended version. |
Occurs when a key on the keyboard is pressed when this constructor is active.
[Visual Basic .NET]
Public Sub OnKeyDown ( _
ByVal keyState As Integer, _
ByVal shift As Integer _
)
[C#]
public void OnKeyDown (
int keyState,
int shift
);