AXValueSourceNativeSource Property |
Version 98.1.210
The native markup source for this value, e.g. a <label> element.
Namespace:
CefSharp.DevTools.Accessibility
Assembly:
CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax public AXValueNativeSourceType? NativeSource { get; set; }
public:
property Nullable<AXValueNativeSourceType> NativeSource {
Nullable<AXValueNativeSourceType> get ();
void set (Nullable<AXValueNativeSourceType> value);
}
Property Value
Type:
NullableAXValueNativeSourceTypeSee Also