Method | Description | |
---|---|---|
KeyPressEventArgsExt ( char keyChar ) : System |
Initializes a new instance of the
|
Method | Description | |
---|---|---|
FromRawData ( int wParam, |
Creates KeyPressEventArgsExt from Windows Message parameters.
|
|
FromRawDataApp ( int wParam, |
Creates KeyPressEventArgsExt from Windows Message parameters, based upon a local application hook.
|
|
FromRawDataGlobal ( int wParam, |
Creates KeyPressEventArgsExt from Windows Message parameters, based upon a system-wide hook.
|
|
KeyPressEventArgsExt ( char keyChar, int timestamp ) : System |
public KeyPressEventArgsExt ( char keyChar ) : System | ||
keyChar | char | Character corresponding to the key pressed. 0 char if represens a system or functional non char key. |
return | System |