Search
NumPadKey Constructor (Int32, String)
See Also
 






Initializes a new instance of the RegularKey class with specified virtual key code and content.

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

 Syntax

Java  Copy Code

public NumPadKey (
    int virtualKey,
    String content
)

 Parameters

virtualKey

The virtual key code sent by this key.

content

Content sent as input to the focused control.

 See Also