Table of Contents

Class HotKeyItem

Namespace
H.Modules.Setting.Base
Assembly
H.Modules.Setting.dll
public class HotKeyItem
Inheritance
HotKeyItem
Inherited Members
Extension Methods

Properties

Command

[JsonIgnore]
public ICommand Command { get; set; }

Property Value

ICommand

DisplayName

public string DisplayName { get; set; }

Property Value

string

Key

public Key Key { get; set; }

Property Value

Key

ModifierKeys

public ModifierKeys ModifierKeys { get; set; }

Property Value

ModifierKeys