ChromiumHostControlIsBrowserInitialized Property |
Version 106.0.290
A flag that indicates whether the WebBrowser is initialized (true) or not (false).
Namespace:
CefSharp.WinForms.Host
Assembly:
CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax public bool IsBrowserInitialized { get; }
public:
virtual property bool IsBrowserInitialized {
bool get () sealed;
}
Property Value
Type:
Booleantrue if this instance is browser initialized; otherwise,
false.
Implements
IChromiumWebBrowserBaseIsBrowserInitializedSee Also