CSSPseudoMatcher

From Virtual World Web Wiki
Revision as of 19:20, 5 February 2019 by Spark5 (Talk | contribs) (Documentation for the CSSPseudoMatcher class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A helper class used when testing for custom css pseudo class matches (:className). An application can set the GlobalTester property to provide a delegate that can test if a DOMObject matches a given pseudo class.

Remarks [edit]

Properties

TestPseudoClass GlobalTester {get; set;}
An application can set the GlobalTester property to provide a delegate that can test if a DOMObject matches a given pseudo class.