CoreWebView2Settings.IsStatusBarEnabled 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.
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.