C# 클래스 XTAPI_Samples.frmHotKey

HotKey This example demonstrates using the XTAPI capture a specific keystroke from the users keyboard.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: tradingtechnologies/CodeSamples_XTAPI_CSharp

공개 메소드들

메소드 설명
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