CefLibraryHandleIsInvalid Property |
Version 130.1.90
When overridden in a derived class, gets a value indicating whether the handle value is invalid.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public override bool IsInvalid { get; }
public:
virtual property bool IsInvalid {
bool get () override;
}
Property Value
Boolean
true if the handle value is invalid; otherwise, false.
See Also