Table of Contents
EngineOptions.SetDefaultWebViewOptions Method 

Sets the default options for all WebView objects created after this call.

Syntax
 public void SetDefaultWebViewOptions(
   WebViewOptions options
);

Parameters

options
The WebViewOptions object.
Remarks

This function does not affect WebView objects created before this function is called.

See Also