won't my custom properties be displayed in the properties sheet

  • Thread starter Thread starter Antuane
  • Start date Start date
A

Antuane

if i create custom public properties, why won't they be displayed in the
properties sheet (windows controls).

I've added a few properties to my form (base form), & find that they don't
appear in the properties window.
Is this how the IDE works?? (meaning that i'll have to set the properties in
code?!)
 
Look at the System.ComponentModel.BrowsableAttribute class and the
System.ComponentModel.EditorBrowsableAttribute class
 

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