typeconverter standard values

BeppePix

Newcomer
Joined
Apr 21, 2005
Messages
3
I need to define the standard values for a typeconverter (Int32Converter) once at run-time to show a list in the propertygrid.
I think I can do it by the constructor or by a public method but in this case I have to create an instance of the typeconverter and I don't know if this will work as an attribute in a property of my class.
In the MSDN I saw an example where a new value is added to the standard values collection by the ConvertFrom function, but I want to set the whole collection, how can I do it?

Thanks for the attention
 
Back
Top