Example of deriving from a WPF User Control

Friday, June 22, 2007 9:24:31 AM (Central Daylight Time, UTC-05:00)

I put together an example of how to derive from a base class for a WPF user control when the base class is found in the local assembly or a reference one.  If you want more detail on how to do the derivation you can read my previous post.

UserControlDerivationExample.zip (77.79 KB)