DOMNodeInputChecked Property |
Version 89.0.170
Only set for radio and checkbox input elements, indicates if the element has been checked
Namespace:
CefSharp.DevTools.DOMSnapshot
Assembly:
CefSharp (in CefSharp.dll) Version: 89.0.170.0 (89.0.170.0)
Syntax public Nullable<bool> InputChecked { get; set; }
public:
property Nullable<bool> InputChecked {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
Property Value
Type:
NullableBooleanSee Also