WebView2.CreationProperties 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 or sets a bag of options which are used during initialization of the control's CoreWebView2. This property cannot be modified (an exception will be thrown) after initialization of the control's CoreWebView2 has started.
[System.ComponentModel.Browsable(false)]
public Microsoft.Web.WebView2.WinForms.CoreWebView2CreationProperties CreationProperties { get; set; }
public Microsoft.Web.WebView2.WinForms.CoreWebView2CreationProperties CreationProperties { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.CreationProperties : Microsoft.Web.WebView2.WinForms.CoreWebView2CreationProperties with get, set
member this.CreationProperties : Microsoft.Web.WebView2.WinForms.CoreWebView2CreationProperties with get, set
Public Property CreationProperties As CoreWebView2CreationProperties
Property Value
- Attributes
Exceptions
Thrown if initialization of the control's CoreWebView2 has already started.