CSSStyleSheetHeaderIsConstructed Property |
Version 88.2.90
Whether this stylesheet is a constructed stylesheet (created using new CSSStyleSheet()).
Namespace:
CefSharp.DevTools.CSS
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public bool IsConstructed { get; set; }
public:
property bool IsConstructed {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also