Table of Contents

Class HotKeyAttribute

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll
public class HotKeyAttribute : Attribute
Inheritance
HotKeyAttribute
Inherited Members
Extension Methods

Properties

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

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.