Hi Crispin,
Yes, you may inherit from your user control directly using the same way
like
Public Class MyControl
Inherits MyControlBase
...
EndClass
You may find more about Inheriting from controls in VisualBasic.NET in this
link:
<Walkthrough: Authoring a User Control with Visual Basic .NET>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/
vbconwalkthroughcreatingcompositewfccontrol.asp
In WinForm, we have a new feature called Visual Inheritance which allows
you to see the controls on the base form and to add new controls. You may
read the walkthrough article about this feature at the link below:
<Walkthrough: Demonstrating Visual Inheritance>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/
vbwlkwalkthroughdemonstratingvisualinheritance.asp
If you have any further questions on this issue, please feel free to reply
this thread.
Thanks!
Best regards,
Ying-Shen Yu [MSFT]
Microsoft Online Partner Support
Get Secure! -
www.microsoft.com/security
This posting is provided "AS IS" with no warranties and confers no rights.
This mail should not be replied directly, "online" should be removed before
sending.