How to support PropertyGrid

°

°Ë´óɽÈË

As you know, There is a PropertyGrid in .net Framework, and it can browser
the property of a object. But it doesn't support the datatype defined by
user. For example, I write a struct MyStruct, and object has a property
Struct is MyStruct, the Struct property isn't editable in propertyGrid. How
to let MyStruct to support PropertyGrid?
 
P

Patrick Steele [MVP]

As you know, There is a PropertyGrid in .net Framework, and it can browser
the property of a object. But it doesn't support the datatype defined by
user. For example, I write a struct MyStruct, and object has a property
Struct is MyStruct, the Struct property isn't editable in propertyGrid. How
to let MyStruct to support PropertyGrid?

Try:

http://makeashorterlink.com/?F5D0125F1
 

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

Top