Search
Key.copy Method
See Also
 






Copies the properties of this key to specified one.

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

 Syntax

Java  Copy Code

protected void copy (
    Key objKey
)

 Parameters

objKey

The target Key.

 See Also