Search
HangulKey Constructor (Char, Object)
See Also
 






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

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

 Syntax

C#  Copy Code

public HangulKey (
    char mainHangulSymbol,
    Object content
)

Visual Basic  Copy Code

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

 Parameters

mainHangulSymbol

The character to send when this key is pressed.

content

Content sent as input to the focused control.

 See Also