ChromiumWebBrowserIsBrowserInitialized Property  | 
Version 81.3.100 
            A flag that indicates whether the WebBrowser is initialized (true) or not (false).
            
 
    Namespace: 
   CefSharp.OffScreen
    Assembly:
   CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 81.3.100.0 (81.3.100.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
IWebBrowserIsBrowserInitialized
See Also