The full .Net framework has an inherited UserControl but this option isn't offered by Visual Studio when creating a new control in a Compact Framework project.
Manually changing the ancestor class of a user control to another user control results in an exception being thrown by the designer when subsequently trying to open it.
Anyone know if user control inheritance is possible?