Click or drag to resize

IWebBrowserIsBrowserInitialized Property

Version 94.4.20
A flag that indicates whether the WebBrowser is initialized (true) or not (false).

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
bool IsBrowserInitialized { get; }

Property Value

Type: Boolean
true if this instance is browser initialized; otherwise, false.
Remarks
In the WPF control there are two IsBrowserInitialized properties, the ChromiumWebBrowser.IsBrowserInitialized property is implemented as a Dependency Property and fully supports data binding. This property can only be called from the UI Thread. The explicit IWebBrowser.IsBrowserInitialized interface implementation that can be called from any Thread.
See Also