Search
UnicodeKey Constructor (Char, Object)
See Also
 






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

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms

 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