IWebBrowserIsBrowserInitialized Property |
Version 79.1.350
A flag that indicates whether the WebBrowser is initialized (true) or not (false).
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 76.1.90.0 (76.1.90.0)
Syntax bool IsBrowserInitialized { get; }
property bool IsBrowserInitialized {
bool get ();
}
Property Value
Type:
Booleantrue 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