Thank you, Bob
It's definitelly right answer to my wrong question.
I DO want my component be in a toolboox.
I don't know a name of the area at the bootom of a form where components are
placed when they are dragged onto a form.
It's exactly a place where I don't want my sub-components of my main
component be placed.
thanks again......
> Imports System.ComponentModel
>
[quoted text clipped - 11 lines]
> > hours trying to figure it out.
> > Sorry, if it too simple
Bob - 04 May 2004 14:56 GMT
If you want it to show up in the components area then don't inherit from
Control or UserControl, inherit from Component.
If you need subcomponents of your control to show up in the component area,
you'll need to use a ControlDesigner.
Bob
> Thank you, Bob
>
[quoted text clipped - 25 lines]
> > > hours trying to figure it out.
> > > Sorry, if it too simple