C# Class srcrepair.FrmKBHelper

Exibir arquivo Open project: xvitaly/srcrepair Class Usage Examples

Public Methods

Method Description
FrmKBHelper ( ) : System

Конструктор класса формы модуля отключения системных клавиш.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
DeleteKBS ( string Value ) : void

Удаляет указанное значение из реестра.

Dis_BWIN_Click ( object sender, EventArgs e ) : void

Метод, срабатывающий при нажатии кнопки отключения обеих клавиш WIN.

Dis_BWinMnu_Click ( object sender, EventArgs e ) : void

Метод, срабатывающий при нажатии кнопки отключения обеих клавиш WIN и CONTEXT.

Dis_LWIN_Click ( object sender, EventArgs e ) : void

Метод, срабатывающий при нажатии кнопки отключения левой клавиши WIN.

Dis_RWinMnu_Click ( object sender, EventArgs e ) : void

Метод, срабатывающий при нажатии кнопки отключения правой клавиши WIN и CONTEXT.

Dis_Restore_Click ( object sender, EventArgs e ) : void

Метод, срабатывающий при нажатии кнопки отмены произведённых изменений.

InitializeComponent ( ) : void

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

WriteKBS ( byte Value ) : void

Записывает массив байт в реестр.

Method Details

Dispose() protected method

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

FrmKBHelper() public method

Конструктор класса формы модуля отключения системных клавиш.
public FrmKBHelper ( ) : System
return System