Click or drag to resize

DOMNodeIsClickable Property

Version 86.0.240
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: 86.0.240.0 (86.0.240.0)
Syntax
public Nullable<bool> IsClickable { get; set; }

Property Value

Type: NullableBoolean
See Also