KeyBinding Class
Represents a key binding.
public class KeyBinding
- Inheritance:
- object object
Constructors
KeyBinding(ModifierKeys, Keys)
Represents a key binding.
public KeyBinding(ModifierKeys modifiers, Keys key)
| Parameter | Type | Description |
|---|---|---|
| modifiers | ModifierKeys | The modifier keys. |
| key | Keys | The key. |
Properties
Key
The key.
Modifiers
The modifier keys.
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()