Search
SpecialKey Constructor (Int32, String)
See Also
 






Initializes a new instance of the SpecialKey class.

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

 Syntax

Java  Copy Code

public SpecialKey (
    int virtualKey,
    String content
)

 Parameters

virtualKey

The virtual key code associated with this key.

content

The key's label.

 See Also