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)
Syntaxpublic bool IsBrowserInitialized { get; }public:
virtual property bool IsBrowserInitialized {
	bool get () sealed;
}Property Value
Type: 
Booleantrue if this instance is browser initialized; otherwise, 
false.
Implements
IChromiumWebBrowserBaseIsBrowserInitialized
See Also