Click or drag to resize

CSSStyleSheetHeaderIsConstructed Property

Version 98.1.210
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: 98.1.210.0 (98.1.210.0)
Syntax
public bool IsConstructed { get; set; }

Property Value

Type: Boolean
See Also