C# 클래스 TpTrayUtility.HotKeyControl

파일 보기 프로젝트 열기: TargetProcess/Tp.TrayUtility

공개 메소드들

메소드 설명
HotKeyControl ( ) : System
SetHotKeyValue ( KeyPressedInfo keyPressedInfo ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClick ( EventArgs e ) : void
OnGotFocus ( EventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnKeyUp ( KeyEventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void

비공개 메소드들

메소드 설명
GetKeyboardLayout ( uint threadId ) : int
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MapVirtualKeyEx ( uint uCode, uint uMapType, int dwhkl ) : uint
UpdateKeyInfo ( KeyPressedInfo currentKey ) : void
captureBugHotKey_KeyDown ( object sender, KeyEventArgs e ) : void
captureBugHotKey_KeyUp ( object sender, KeyEventArgs e ) : void
clearButton_Click ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

HotKeyControl() 공개 메소드

public HotKeyControl ( ) : System
리턴 System

OnClick() 보호된 메소드

protected OnClick ( EventArgs e ) : void
e EventArgs
리턴 void

OnGotFocus() 보호된 메소드

protected OnGotFocus ( EventArgs e ) : void
e EventArgs
리턴 void

OnKeyDown() 보호된 메소드

protected OnKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
리턴 void

OnKeyUp() 보호된 메소드

protected OnKeyUp ( KeyEventArgs e ) : void
e KeyEventArgs
리턴 void

OnLostFocus() 보호된 메소드

protected OnLostFocus ( EventArgs e ) : void
e EventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnPaintBackground() 보호된 메소드

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnSizeChanged() 보호된 메소드

protected OnSizeChanged ( EventArgs e ) : void
e EventArgs
리턴 void

SetHotKeyValue() 공개 메소드

public SetHotKeyValue ( KeyPressedInfo keyPressedInfo ) : void
keyPressedInfo KeyPressedInfo
리턴 void