Initializes a new instance of the KanaKey class with specified character code and content.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf
SyntaxC#
Copy Code
|
|---|
public KanaKey ( |
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