MindFusion.Wpf Pack Programmer's Guide
UnicodeKey Constructor (Char, Object)
See Also
 





Initializes a new instance of the UnicodeKey class with specified character code and content.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf

 Syntax

C#  Copy Code

public UnicodeKey (
    char character,
    Object content
)

Visual Basic  Copy Code

Public New ( _
    character As Char, _
    content As Object _
)

 Parameters

character

The character to send when this key is pressed.

content

Content sent as input to the focused control.

 See Also

UnicodeKey Constructor Overload List
UnicodeKey Class
MindFusion.UI.Wpf Namespace