Initializes a new instance of the UnicodeKey class with specified character code and content.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf
SyntaxC#
Copy Code
|
|---|
public UnicodeKey ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The character to send when this key is pressed.
Content sent as input to the focused control.
See Also