NodeTreeSnapshotIsClickable Property  | 
Version 108.4.130 
            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: 108.4.130.0 (108.4.130.0)
Syntaxpublic RareBooleanData IsClickable { get; set; }public:
property RareBooleanData^ IsClickable {
	RareBooleanData^ get ();
	void set (RareBooleanData^ value);
}Property Value
Type: 
RareBooleanData
See Also