TypeConverter reuse in PropertyGrid .NET winforms
问题 I would like to ask if it's possible to reuse the same TypeConverter when implementing a custom drop down list in a PropertyGrid, but with different items. Consider the following TypeConverter to implement a 2 item (dog/cat) drop down list in a PropertyGrid. Public Class MyList : Inherits System.ComponentModel.StringConverter Public items As String() = New String() {"dog", "cat"} Public Overloads Overrides Function GetStandardValues(ByVal context As System.ComponentModel