Thanks Cor,
Since what I want is just a really just a TabControl with
some TextBoxes and ComboBoxes already placed on it,
rather than building a UserControl and then exposing all
of the TabControl's methods and properties AND all of its
subcontrols' methods and properties, I wanted to build a
control that inherits directly from
System.Windows.Forms.TabControl and uses the TabControl's
designer. That way (I THINK) the TabControl's methods
and properties will ALREADY be exposed to any inheriting
form; AND (it seems to me), if I change the TabControl's
subcontrols' visibility modifiers from 'Friend' to,
say, 'Protected', THEIR properties and methods should be
available to inheriting forms as well. But, like I said,
I might be going about this all wrong.
Thanks for the help.
Pat[color=blue]
>-----Original Message-----
>Hi Patrick,
>
>Did you already look at this link?
>
>
http://msdn.microsoft.com/library/default.asp?[/color]
url=/library/en-
us/vbcon/html/vbconwalkthroughcreatingcompositewfccontrol.
asp[color=blue]
>
>I hope this helps?
>
>Cor
>[color=green]
>>
>> Is there a way to make the UserControl use the[/color][/color]
TabControl[color=blue][color=green]
>> Designer? Am I going about this all wrong?[/color]
>
>
>.
>[/color]