How to support PropertyGrid

  • Thread starter Thread starter °Ë´óɽÈË
  • Start date Start date
°

°Ë´óɽÈË

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