DOMNodeOptionSelected Property |
Version 130.1.90
Only set for option elements, indicates if the element has been selected
Namespace: CefSharp.DevTools.DOMSnapshotAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public bool? OptionSelected { get; set; }
public:
property Nullable<bool> OptionSelected {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
Property Value
NullableBooleanSee Also