Table of Contents

Class HotKeyItem

Namespace
HeBianGu.Systems.Setting
Assembly
HeBianGu.Systems.Setting.dll
public class HotKeyItem
Inheritance
HotKeyItem
Inherited Members
Extension Methods

Properties

Command

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