Define Web Control Property SubCategory

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

I am creating a web control, in VS 2005, and I want to define sub
categories in my properties. I know how to define a category:

<Bindable(True), Category("Appearance") ...

But how to define a main category and then add properties in sub
categories?

Thanks,

Miguel
 
shapper said:
Hello,

I am creating a web control, in VS 2005, and I want to define sub
categories in my properties. I know how to define a category:

<Bindable(True), Category("Appearance") ...

But how to define a main category and then add properties in sub
categories?

I don't know of any way to do that. Have you ever seen it done?
 
I don't know of any way to do that. Have you ever seen it done?

Sure.

In some controls when I go to the property panel I can see sub
categories.

Thanks,
Miguel
 
shapper said:
Sure.

In some controls when I go to the property panel I can see sub
categories.

Can you please give an example of such a control? Preferably a standard
ASP.NET control?
 
Back
Top