I want to create an instance of a type defined in a "Black Box" DLL, and then show the properties using PropertiesGrid
The type has internal complex types in it, that i want them to be viewed in an expendable item.
But I can't decorate the internal types with [System.ComponentModel.TypeConverter(typeof(ExpandableObjectConverter))]
since the DLL is a "BlackBox"
What can I do?