Click or drag to resize

CSSStyleSheetHeaderIsConstructed Property

Version 92.0.260
Whether this stylesheet is a constructed stylesheet (created using new CSSStyleSheet()).

Namespace:  CefSharp.DevTools.CSS
Assembly:  CefSharp (in CefSharp.dll) Version: 92.0.260.0 (92.0.260.0)
Syntax
public bool IsConstructed { get; set; }

Property Value

Type: Boolean
See Also