Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...