Search
Key.Copy Method
See Also
 






Copies the properties of this key to specified one.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms

 Syntax

C#  Copy Code

protected void Copy (
    Key objKey
)

Visual Basic  Copy Code

Protected Sub Copy( _
    objKey As Key _
)

 Parameters

objKey

Key

 See Also