इसके माध्यम से साझा किया गया


WebUIView.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 = webUIView.settings;
Public ReadOnly Property Settings As WebViewControlSettings

Property Value

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

Implements

Applies to