Click or drag to resize

CefIsShutdown Property

Version 130.1.90
Gets a value that indicates whether CefSharp was shutdown.

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

Property Value

Boolean
true if CefSharp was shutdown; otherwise, false.
See Also