C# Класс XTAPI_Samples.frmHotKey

HotKey This example demonstrates using the XTAPI capture a specific keystroke from the users keyboard.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

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

Метод Описание
frmHotKey ( ) : System

Setup the TTHotKey and subscibe to the event.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
AboutMenuItem_Click ( object sender, System e ) : void

This function displays the About dialog box.

InitializeComponent ( ) : void

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

Main ( ) : void
XTOnHotKey ( String keyName ) : void

Triggered when a registered HotKey is pressed

frmHotKey_Load ( object sender, EventArgs e ) : void

Registers HotKey events upon form loading

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

frmHotKey() публичный Метод

Setup the TTHotKey and subscibe to the event.
public frmHotKey ( ) : System
Результат System