Click or drag to resize

CefIsInitialized Property

Version 130.1.90
Gets a value that indicates whether CefSharp is initialized.

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public static bool? IsInitialized { get; }

Property Value

NullableBoolean
true if CefSharp is initialized; returns false if initialize failed. null if initialize not yet called.
See Also