Table of Contents
WebView.SetOptions Method 

Sets the WebView options.

Syntax
 public void SetOptions(
   WebViewOptions options
);

Parameters

options
A WebViewOptions object containing various options.
Remarks

This function makes a copy of the WebViewOptions object and then apply the options to the WebView. If the WebView has already been initialized, it will be destroyed and recreated.

See Also