Search
NativeMethods.SendChar Method
See Also
 






Sends specified char to the focused control.

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

 Syntax

C#  Copy Code

public static void SendChar (
    char symbol
)

Visual Basic  Copy Code

Public Shared Sub SendChar( _
    symbol As Char _
)

 Parameters

symbol

char

 See Also