C# 클래스 MouseKeyboardActivityMonitor.KeyPressEventArgsExt

Provides extended data for the event.
상속: System.Windows.Forms.KeyPressEventArgs
파일 보기 프로젝트 열기: katopz/oskz-vcsharp 1 사용 예제들

공개 메소드들

메소드 설명
KeyPressEventArgsExt ( char keyChar ) : System

Initializes a new instance of the class.

비공개 메소드들

메소드 설명
FromRawData ( int wParam, IntPtr lParam, bool isGlobal ) : KeyPressEventArgsExt

Creates KeyPressEventArgsExt from Windows Message parameters.

FromRawDataApp ( int wParam, IntPtr lParam ) : KeyPressEventArgsExt

Creates KeyPressEventArgsExt from Windows Message parameters, based upon a local application hook.

FromRawDataGlobal ( int wParam, IntPtr lParam ) : KeyPressEventArgsExt

Creates KeyPressEventArgsExt from Windows Message parameters, based upon a system-wide hook.

KeyPressEventArgsExt ( char keyChar, int timestamp ) : System

메소드 상세

KeyPressEventArgsExt() 공개 메소드

Initializes a new instance of the class.
public KeyPressEventArgsExt ( char keyChar ) : System
keyChar char Character corresponding to the key pressed. 0 char if represens a system or functional non char key.
리턴 System