CSSPseudoMatcher

From Virtual World Web Wiki
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.