see System.ComponentModel.CategoryAttribute.
/Johannes
I have tried to use a "new category" by using the name of my root category
but, instead of grouping attributes, there is a new category which is created.
ex : Format2 root category (added in behavior)
name sub category
custom sub category
If I use <Category("Format2")> for my 2 sub categories, it creates a new
category
named "Format2" and add my root category Format2 in the behavior category.
Is there something special to obtain the same behavior as "size" or "font"?
Thanks
> see System.ComponentModel.CategoryAttribute.
>
[quoted text clipped - 15 lines]
> >
> > Gérard