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
Key
public Key Key { get; set; }
Property Value
Modifiers
public ModifierKeys Modifiers { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.