Search
KanaKey Constructor (Character, Object)
See Also
 






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

Namespace: com.mindfusion.keyboard
Assembly: com.mindfusion.keyboard

 Syntax

Java  Copy Code

public KanaKey (
    Character character,
    Object content
)

 Parameters

character

The character to send when this key is pressed.

content

Content sent as input to the focused control.

 See Also