BeppePix Posted June 7, 2005 Posted June 7, 2005 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.