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