CSSSupportsActive Property  | 
Version 106.0.290 
            Whether the supports condition is satisfied.
            
 
    Namespace: 
   CefSharp.DevTools.CSS
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic bool Active { get; set; }public:
property bool Active {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also