MindFusion.Wpf Pack Programmer's Guide
HangulKey Constructor (Char, Char)
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
)

Visual Basic  Copy Code

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

 Parameters

mainHangulSymbol

The character to send when this key is pressed.

shiftedHangulSymbol

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

 See Also

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