Table of Contents
WebView.Create Method 

Initialize the WebView and associate it to a window handle.

Syntax
 public void Create(
   IntPtr hWnd
);

Parameters

hWnd
The window handle the WebView is to be associated with.
See Also