C# Class Twinspire.HotkeyOptions

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: twinspire/twinspire Class Usage Examples

Méthodes publiques

Свойство Type Description
appWideKeys AppWideKeys
editorHotkeys EditorHotkeys

Méthodes publiques

Méthode Description
AdjustBinding ( string hotkeyName, Enum key, Hotkey>.Dictionary dict ) : void
HotkeyOptions ( Settings settings ) : System
ReadBinding ( string hotkeyName, Hotkey>.Dictionary dict ) : Keys

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
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

Method Details

AdjustBinding() public static méthode

public static AdjustBinding ( string hotkeyName, Enum key, Hotkey>.Dictionary dict ) : void
hotkeyName string
key System.Enum
dict Hotkey>.Dictionary
Résultat void

Dispose() protected méthode

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

HotkeyOptions() public méthode

public HotkeyOptions ( Settings settings ) : System
settings Settings
Résultat System

ReadBinding() public static méthode

public static ReadBinding ( string hotkeyName, Hotkey>.Dictionary dict ) : Keys
hotkeyName string
dict Hotkey>.Dictionary
Résultat Keys

Property Details

appWideKeys public_oe property

public AppWideKeys,Twinspire appWideKeys
Résultat AppWideKeys

editorHotkeys public_oe property

public EditorHotkeys,Twinspire editorHotkeys
Résultat EditorHotkeys