AXValueSourceValue Property |
Version 130.1.90
The value of this property source.
Namespace: CefSharp.DevTools.AccessibilityAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public AXValue Value { get; set; }
public:
property AXValue^ Value {
AXValue^ get ();
void set (AXValue^ value);
}
Property Value
AXValueSee Also