custom control help

  • Thread starter Thread starter graeme g
  • Start date Start date
G

graeme g

hi

i want to be able to hide properties in a control i am writing. i know
how to hide a control using

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]

but how do i hide a large number of properties without having to put
that in front of everyone???

thanks in advance
graeme
 
AFAIK, the only way to hide something is to place the attribute on that item
specifically. So, unfortunately, you may need to place those attributes
above each property.
 

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