CSSStyleSheetHeaderIsConstructed Property |
Version 93.1.111
True if this stylesheet is created through new CSSStyleSheet() or imported as a
CSS module script.
Namespace:
CefSharp.DevTools.CSS
Assembly:
CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntax public bool IsConstructed { get; set; }
public:
property bool IsConstructed {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also