NodeTreeSnapshotInputChecked Property |
Version 96.0.142
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: 96.0.142.0 (96.0.142.0)
Syntax public RareBooleanData InputChecked { get; set; }
public:
property RareBooleanData^ InputChecked {
RareBooleanData^ get ();
void set (RareBooleanData^ value);
}
Property Value
Type:
RareBooleanDataSee Also