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