Table of Contents

Class GlobalHotkeyManager.HotkeyInfo

Namespace
Ink_Canvas.Helpers
Assembly
InkCanvasForClass.dll

快捷键信息类

public class GlobalHotkeyManager.HotkeyInfo
Inheritance
GlobalHotkeyManager.HotkeyInfo
Inherited Members

Properties

Action

public Action Action { get; set; }

Property Value

Action

Key

public Key Key { get; set; }

Property Value

Key

Modifiers

public ModifierKeys Modifiers { get; set; }

Property Value

ModifierKeys

Name

public string Name { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.