Table of Contents
WebView.SendMouseEvent Method 

Simulates a mouse event to the WebView.

Syntax
 public void SendMouseEvent(
   MouseEventType type,
   MouseEventArgs e
);

Parameters

type
The type of the event.
e
The event parameters.
See Also