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