C# Class Twinspire.HotkeyOptions

Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: twinspire/twinspire Class Usage Examples

Public Properties

Property Type Description
appWideKeys AppWideKeys
editorHotkeys EditorHotkeys

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

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

HotkeyOptions() public method

public HotkeyOptions ( Settings settings ) : System
settings Settings
return System

ReadBinding() public static method

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

Property Details

appWideKeys public_oe property

public AppWideKeys,Twinspire appWideKeys
return AppWideKeys

editorHotkeys public_oe property

public EditorHotkeys,Twinspire editorHotkeys
return EditorHotkeys