AXValueSourceInvalid Property |
Version 130.1.90
Whether the value for this property is invalid.
Namespace: CefSharp.DevTools.AccessibilityAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public bool? Invalid { get; set; }
public:
property Nullable<bool> Invalid {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
Property Value
NullableBooleanSee Also