C# 클래스 Twinspire.HotkeyOptions

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: twinspire/twinspire 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
appWideKeys AppWideKeys
editorHotkeys EditorHotkeys

공개 메소드들

메소드 설명
AdjustBinding ( string hotkeyName, Enum key, Hotkey>.Dictionary dict ) : void
HotkeyOptions ( Settings settings ) : System
ReadBinding ( string hotkeyName, Hotkey>.Dictionary dict ) : Keys

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
HotkeyOptions_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

cmbHotkeys_SelectedIndexChanged ( object sender, EventArgs e ) : void
pgHotkeyOptions_PropertyValueChanged ( object s, System.Windows.Forms.PropertyValueChangedEventArgs e ) : void

메소드 상세

AdjustBinding() 공개 정적인 메소드

public static AdjustBinding ( string hotkeyName, Enum key, Hotkey>.Dictionary dict ) : void
hotkeyName string
key System.Enum
dict Hotkey>.Dictionary
리턴 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

HotkeyOptions() 공개 메소드

public HotkeyOptions ( Settings settings ) : System
settings Settings
리턴 System

ReadBinding() 공개 정적인 메소드

public static ReadBinding ( string hotkeyName, Hotkey>.Dictionary dict ) : Keys
hotkeyName string
dict Hotkey>.Dictionary
리턴 Keys

프로퍼티 상세

appWideKeys 공개적으로 프로퍼티

public AppWideKeys,Twinspire appWideKeys
리턴 AppWideKeys

editorHotkeys 공개적으로 프로퍼티

public EditorHotkeys,Twinspire editorHotkeys
리턴 EditorHotkeys