CefIsInitialized Property |
Version 130.1.90Gets a value that indicates whether CefSharp is initialized.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public static bool? IsInitialized { get; }
public:
static property Nullable<bool> IsInitialized {
Nullable<bool> get ();
}
Property Value
NullableBoolean
true if CefSharp is initialized; returns false if initialize failed.
null if initialize not yet called.
See Also