User Control inheritance
WCF and WF
2
Posts
2
Posters
3
Views
1
Watching
-
Is it possible to create a user control BBB that derives from class AAA that in turn derives from UserControl? If so, how? Visual Studio doesn`t permit this... Thanks for help
Yes, it is. Simply create a UserControl for BBB, too and then change the XAML root element to AAA and change the base type in code.