AXValueSourceAttributeValue Property |
Version 118.6.80
The value of the relevant attribute, if any.
Namespace:
CefSharp.DevTools.Accessibility
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public AXValue AttributeValue { get; set; }
public:
property AXValue^ AttributeValue {
AXValue^ get ();
void set (AXValue^ value);
}
Property Value
Type:
AXValueSee Also