WebUIView.Settings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.