WebViewControl.Settings Property

Definition

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

For more info, see Windows.Web.UI.IWebViewControl

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

Property Value

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

Implements

Applies to