UtilKeyboardSendChar Method
Sends a character to the active window.
Namespace: DevCase.Core.IO.Devices.InputAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static int SendChar(
char c
)
Public Shared Function SendChar (
c As Char
) As Integer
Dim c As Char
Dim returnValue As Integer
returnValue = UtilKeyboard.SendChar(c)
public:
static int SendChar(
wchar_t c
)
static member SendChar :
c : char -> int
No code example is currently available or this language may not be supported.
- c Char
-
The character to send.
Int32
The function returns the number of events that it successfully inserted into the keyboard input stream.
If the function returns zero, the input was already blocked by another thread.
This is a code example.
No code example is currently available or this language may not be supported.
SendChar(Convert.ToChar(Keys.D0), KeyAction.Press)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.