Search
VirtualKeyboard.SendKey Method
See Also
 






Sends the specified key input to active window.

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

 Syntax

C#  Copy Code

public virtual void SendKey (
    Key objKey
)

Visual Basic  Copy Code

Public Overridable Sub SendKey( _
    objKey As Key _
)

 Parameters

objKey

Key

 See Also