![]() |
Sylloge
A C# helper library
|
Public Member Functions | |
| KeyCombo () | |
| KeyCombo (KeyModifiers modifier, System.Windows.Forms.Keys key, KeyState state, string tag) | |
| KeyCombo (Sylloge.WinAPI.KeybdInput data, KeyModifiers modifier, System.Windows.Forms.Keys key, KeyState state, string tag) | |
Properties | |
| Sylloge.WinAPI.KeybdInput | Data [get, set] |
| KeyModifiers | Modifier [get, set] |
| System.Windows.Forms.Keys | Key [get, set] |
| KeyState | KeyState [get, set] |
| string | Tag [get, set] |
Definition at line 49 of file HotKeys.cs.
| Sylloge.Device.HotKeys.KeyCombo.KeyCombo | ( | ) |
Definition at line 57 of file HotKeys.cs.
| Sylloge.Device.HotKeys.KeyCombo.KeyCombo | ( | KeyModifiers | modifier, |
| System.Windows.Forms.Keys | key, | ||
| KeyState | state, | ||
| string | tag | ||
| ) |
Definition at line 59 of file HotKeys.cs.
| Sylloge.Device.HotKeys.KeyCombo.KeyCombo | ( | Sylloge.WinAPI.KeybdInput | data, |
| KeyModifiers | modifier, | ||
| System.Windows.Forms.Keys | key, | ||
| KeyState | state, | ||
| string | tag | ||
| ) |
Definition at line 67 of file HotKeys.cs.
Sylloge.WinAPI.KeybdInput Sylloge.Device.HotKeys.KeyCombo.Data [get, set] |
Definition at line 51 of file HotKeys.cs.
System.Windows.Forms.Keys Sylloge.Device.HotKeys.KeyCombo.Key [get, set] |
Definition at line 53 of file HotKeys.cs.
KeyState Sylloge.Device.HotKeys.KeyCombo.KeyState [get, set] |
Definition at line 54 of file HotKeys.cs.
KeyModifiers Sylloge.Device.HotKeys.KeyCombo.Modifier [get, set] |
Definition at line 52 of file HotKeys.cs.
string Sylloge.Device.HotKeys.KeyCombo.Tag [get, set] |
Definition at line 55 of file HotKeys.cs.
1.7.4