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