Search
HangulKey Constructor (Char, Char)
See Also
 






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

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

 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