ChromiumWebBrowserIsBrowserInitialized Property  | 
Version 106.0.290 
            A flag that indicates whether the WebBrowser is initialized (true) or not (false).
            
 
    Namespace: 
   CefSharp.OffScreen
    Assembly:
   CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic bool IsBrowserInitialized { get; }public:
property bool IsBrowserInitialized {
	bool get ();
}Property Value
Type: 
Booleantrue if this instance is browser initialized; otherwise, 
false.
See Also