Search
NumPadKey Constructor (Int32)
See Also
 






Initializes a new instance of the NumPadKey class with specified virtual key code.

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

 Syntax

Java  Copy Code

public NumPadKey (
    int virtualKey
)

 Parameters

virtualKey

The virtual key code sent by this key.

 See Also