Exemplo n.º 1
0
 public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
 {
     return(EditorCore.GetCustomListValueFromKey(CustomListName, value as string));
 }