Hi,
ToolboxItemAttribute is what you are looking for. The usage to hide the
control from the toolbox is shown below.
[System.ComponentModel.ToolboxItem(false)]
protected class MyControl : .....
{
}

Signature
All the best,
Coskun SUNALI
MVP ASP/ASP.NET
http://sunali.com
>I want a Base Class to derive my other web controls from, but I dont want
>it to appear in the toolbox, I think there must be a class attribute for
>this, can anyone tell me the exact syntax I need to use for this.
>
> I have written it in C#
Just Me - 26 Dec 2007 16:28 GMT
Excellent Advice. Just what I needed. - Thank You !
> Hi,
>
[quoted text clipped - 12 lines]
>>
>> I have written it in C#
Coskun SUNALI [MVP] - 26 Dec 2007 16:52 GMT
Hi,
You are always welcome. I also responded to one of your other questions
[Document Dom / Table Events Problems]. Most probably, you haven't seen it
yet because it was 7 days old. If you are still looking for a solution, it
is waiting there for you.

Signature
All the best,
Coskun SUNALI
MVP ASP/ASP.NET
http://sunali.com
> Excellent Advice. Just what I needed. - Thank You !
>
[quoted text clipped - 14 lines]
>>>
>>> I have written it in C#