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





Initializes a new instance of the HangulKey class with specified character code.

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

 Syntax

C#  Copy Code

public HangulKey (
    char mainHangulSymbol,
    char shiftedHangulSymbol,
    Object content
)

Visual Basic  Copy Code

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

 Parameters

mainHangulSymbol

The character to send when this key is pressed.

shiftedHangulSymbol

The character to send when this key is pressed together with shift.

content

Content sent as input to the focused control.

 See Also

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