Sylloge
A C# helper library
Public Member Functions | Properties
Sylloge.Device.HotKeys.KeyCombo Class Reference

List of all members.

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]

Detailed Description

Definition at line 49 of file HotKeys.cs.


Constructor & Destructor Documentation

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.


Property Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events