Can you organize your properties in the misc area?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a user control with exposed properties. I have about 100 properties.
I would like to organize them so they are easier for other programmers to
peruse. Is it possible to organize the misc section and add +/- sections to
make it easier to read?
 
Well, you can create your own region for VS.NET to pick up:

#region Fields and Properties
....
....
#endregion

you can't nest these though wthin an existing region...

Is that what you mean?

Karl
 

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

Back
Top