C# Класс Twinspire.HotkeyOptions

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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