Settings
Interface AntView
Type: Property
Access: Read-Only
Data Type: IUnknown
Exposes dispatch interface of the ICoreWebView2Settings object which contains various settings that can be changed for the currently running WebView control.
Returns null if the WebView control is not displayed.
In the Microsoft .net interface this is the CoreWebView2.Settings property.
Please note that this property exposes the dispatch interface in the Microsoft layer directly and not via a wrapper.
Most properties in the ICoreWebView2Settings object have been made available in the AntView interface directly with a tiny change in the naming (without the "Are" and "Is" prefixes)
For example the CoreWebView2Settings.AreBrowserAcceleratorKeysEnabled property is exposed as BrowserAcceleratorKeysEnabled.
Adding an extra "Settings" interface for these properties, although very descriptive, didn't make a lot of sense to us as each interface means needing more scaffolding code in the target development environment.
AntView - The MS Edge WebView2 ActiveX control Date last changed: 11/05/2025