WebView2.CreationProperties Property

Definition

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.

Applies to