Search
KanaKey Constructor (Char, Char)
See Also
 






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

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

 Syntax

C#  Copy Code

public KanaKey (
    char character,
    char smallLetter
)

Visual Basic  Copy Code

Public New ( _
    character As Char, _
    smallLetter As Char _
)

 Parameters

character

The character to send when this key is pressed.

smallLetter

Corresponding small kana.

 See Also