Represents keyboard keys that send unicode-character codes as input.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms
C# Copy Code |
---|
public sealed class UnicodeKey : Key |
Visual Basic Copy Code |
---|
Public NotInheritable Class UnicodeKey |
Unlike RegularKey which relies on key-code to character mapping done by the operating system and depends on Windows' current keyboard language, UnicodeKey sends specified Unicode character directly and is independent from current language.
System.Object
MindFusion.UI.WinForms.Key
MindFusion.UI.WinForms.UnicodeKey