Table of Contents
WebView.SendChar Method (Char)

Simulates a characther input.

Syntax
 public void SendChar(
   char ch
);

Parameters

ch
The character to be simulated.
Remarks

This method calls SendChar with modifiers set to None.

See Also