C# Класс TpTrayUtility.HotKeyControl

Показать файл Открыть проект

Открытые методы

Метод Описание
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