Click or drag to resize

AXNode.IgnoredReasons Property

Version 104.4.240
Collection of reasons why this node is hidden.

Namespace:  CefSharp.DevTools.Accessibility
Assembly:  CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntax
public IList<AXProperty> IgnoredReasons { get; set; }

Property Value

Type: IList<AXProperty>
See Also