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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Use property in custom control 1
Custom web control string 2
Check property value 1
Property 1
Enum Problem 1
Enum 1
Control / Property. Going crazy here. 1
Custom Web Control not showing up in Toolbox 5

Back
Top