CefIsInitialized Property |
Version 101.0.180 Gets a value that indicates whether CefSharp is initialized.
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 101.0.180.0
Syntax public static bool IsInitialized { get; }
public:
static property bool IsInitialized {
bool get ();
}
Property Value
Type:
Booleantrue if CefSharp is initialized; otherwise, false.
See Also