AXNodeChromeRole Property |
Version 112.3.0
This `Node`'s Chrome raw role.
Namespace:
CefSharp.DevTools.Accessibility
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.0
Syntax public AXValue ChromeRole { get; set; }
public:
property AXValue^ ChromeRole {
AXValue^ get ();
void set (AXValue^ value);
}
Property Value
Type:
AXValueSee Also