Occurs when the user presses and releases a
key or key combination that corresponds to an ANSI code.
| [Visual Basic .NET] |
|---|
Public Sub KeyPress( _
ByRef KeyAscii As Integer _
)
|
| [C#] |
|---|
public void KeyPress(
|
| [Managed C++] |
|---|
public: void KeyPress(
|
| [Java] |
|---|
public keyPress(
|
| [Unmanaged C++] |
|---|
public: HRESULT KeyPress(
|
- KeyAscii