IAlternateParentProvider is an interface and Border for example implements it. The disadvantage is that no subclass of Border is able to reliably change the IAlternateParentProvider implementation as super.XXX is not available. Or does anyone know a means to check that a superclass implements the interface and than call the superclass' implementation from the subclass?
Juergen
