Static properties in a class and PropertyGrid

  • Thread starter Thread starter Polo
  • Start date Start date
P

Polo

Hi,

I have a class (in 1.1 NET) that defines static properties. Thes class
doen'st have public constructor.
How can I connect this class to the PropertyGrid to edit static properties ?

Thank's
 
Hi,

It's not possible, you will have to do some work here, probably derive it
and create your custom class, I suggest you to search in google groups
first, almost for sure somebody did this before.

Please post back your solution for the archive.

cheers,
 

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