Description 描述
Represents a key binding used to trigger a shortcut.
Static Properties
| empty | A key combination representing the empty binding. |
Properties 属性
| keyCombinationSequence | The sequence of key combinations required to trigger a shortcut with this binding. |
Constructors
| ShortcutBinding | Creates a shortcut binding from a single key combination. |
Public Methods 公共方法
| Equals | Determines whether this instance and another specified ShortcutBinding instance have the same value. | ||
| GetHashCode | Returns the hash code for the value of this instance. | ||
| ToString | Converts the value of the current ShortcutBinding object to its equivalent string representation. |