Click or drag to resize

CefLibraryHandleIsInvalid Property

Version 81.3.100
When overridden in a derived class, gets a value indicating whether the handle value is invalid.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 81.3.100.0 (81.3.100.0)
Syntax
public override bool IsInvalid { get; }

Property Value

Type: Boolean
true if the handle value is invalid; otherwise, false.
See Also