Méthode | Description | |
---|---|---|
HotKeyControl ( ) : System | ||
SetHotKeyValue ( |
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 |
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 ( |
||
captureBugHotKey_KeyDown ( object sender, KeyEventArgs e ) : void | ||
captureBugHotKey_KeyUp ( object sender, KeyEventArgs e ) : void | ||
clearButton_Click ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
protected OnGotFocus ( EventArgs e ) : void | ||
e | EventArgs | |
Résultat | void |
protected OnKeyDown ( KeyEventArgs e ) : void | ||
e | KeyEventArgs | |
Résultat | void |
protected OnKeyUp ( KeyEventArgs e ) : void | ||
e | KeyEventArgs | |
Résultat | void |
protected OnLostFocus ( EventArgs e ) : void | ||
e | EventArgs | |
Résultat | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
Résultat | void |
protected OnPaintBackground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
Résultat | void |
protected OnSizeChanged ( EventArgs e ) : void | ||
e | EventArgs | |
Résultat | void |
public SetHotKeyValue ( |
||
keyPressedInfo | ||
Résultat | void |