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,
 
Back
Top