Click or drag to resize
IWebBrowserIsBrowserInitialized Property
Version 63.0.0
A flag that indicates whether the WebBrowser is initialized (true) or not (false).

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

Property Value

Type: Boolean
true if this instance is browser initialized; otherwise, false.
Remarks
In the WPF control, this property is implemented as a Dependency Property and fully supports data binding.
See Also