The associated ICoreWebView2Profile object. If this CoreWebView2 was created with a CoreWebView2ControllerOptions, the CoreWebView2Profile will match those specified options. Otherwise if this CoreWebView2 was created without a CoreWebView2ControllerOptions, then this will be the default CoreWebView2Profile for the corresponding CoreWebView2Environment.
Add an event handler for the StatusBarTextChanged event. StatusBarTextChanged fires when the WebView is showing a status message, a URL, or an empty string (an indication to hide the status bar). \snippet SettingsComponent.cpp StatusBarTextChanged
Remove an event handler previously added with add_StatusBarTextChanged.
The status message text.