CoreWebView2Settings.IsStatusBarEnabled Property

Definition

Determines whether the status bar is displayed.

public bool IsStatusBarEnabled { get; set; }
member this.IsStatusBarEnabled : bool with get, set
Public Property IsStatusBarEnabled As Boolean

Property Value

Remarks

The status bar is usually displayed in the lower left of the WebView and shows things such as the URI of a link when the user hovers over it and other information. The default value is true. The status bar UI can be altered by web content and should not be considered secure.

Applies to