IWebViewControl.Settings Property

Definition

Gets a WebViewControlSettings object that contains properties to enable or disable IWebViewControl features.

public:
 property WebViewControlSettings ^ Settings { WebViewControlSettings ^ get(); };
WebViewControlSettings Settings();
public WebViewControlSettings Settings { get; }
var webViewControlSettings = iWebViewControl.settings;
Public ReadOnly Property Settings As WebViewControlSettings

Property Value

A WebViewControlSettings object that contains properties to enable or disable IWebViewControl features.

Remarks

Use the WebViewControlSettings object to enable or disable the use of JavaScript and IndexedDB in the IWebViewControl. For more info, see WebViewControlSettings.IsIndexedDBEnabled and WebViewControlSettings.IsJavaScriptEnabled.

Applies to