C# Class TpTrayUtility.HotKeyControl

Afficher le fichier Open project: TargetProcess/Tp.TrayUtility

Méthodes publiques

Méthode Description
HotKeyControl ( ) : System
SetHotKeyValue ( KeyPressedInfo keyPressedInfo ) : void

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Dispose() protected méthode

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

HotKeyControl() public méthode

public HotKeyControl ( ) : System
Résultat System

OnClick() protected méthode

protected OnClick ( EventArgs e ) : void
e EventArgs
Résultat void

OnGotFocus() protected méthode

protected OnGotFocus ( EventArgs e ) : void
e EventArgs
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
Résultat void

OnKeyUp() protected méthode

protected OnKeyUp ( KeyEventArgs e ) : void
e KeyEventArgs
Résultat void

OnLostFocus() protected méthode

protected OnLostFocus ( EventArgs e ) : void
e EventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnSizeChanged() protected méthode

protected OnSizeChanged ( EventArgs e ) : void
e EventArgs
Résultat void

SetHotKeyValue() public méthode

public SetHotKeyValue ( KeyPressedInfo keyPressedInfo ) : void
keyPressedInfo KeyPressedInfo
Résultat void