Table of Contents
WebView.DoEvents Method (Int32)

Processes all Windows messages until the amount of time passes.

Syntax
 public static void DoEvents(
   int milliSeconds
);

Parameters

milliSeconds
The number of milliseconds to wait.
See Also