DOMNodeIsClickable Property  | 
Version 93.1.111 
            Whether this DOM node responds to mouse clicks. This includes nodes that have had click
            event listeners attached via JavaScript as well as anchor tags that naturally navigate when
            clicked.
            
 
    Namespace: 
   CefSharp.DevTools.DOMSnapshot
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxpublic bool? IsClickable { get; set; }public:
property Nullable<bool> IsClickable {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}Property Value
Type: 
NullableBoolean
See Also