Table of Contents
WebView.SendChar Method (Char, EventFlags)

Simulates a characther input.

Syntax
 public void SendChar(
   char ch,
   EventFlags modifiers
);

Parameters

ch
The character to be simulated.
modifiers
Additional flags to specify special key status.
See Also