AXValueSourceInvalid Property |
Version 90.6.50
Whether the value for this property is invalid.
Namespace:
CefSharp.DevTools.Accessibility
Assembly:
CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
Syntax public Nullable<bool> Invalid { get; set; }
public:
property Nullable<bool> Invalid {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
Property Value
Type:
NullableBooleanSee Also