'Declaration
Public Class ImageEntryTypeConverter Inherits System.ComponentModel.TypeConverter
public class ImageEntryTypeConverter : System.ComponentModel.TypeConverter
'Declaration
Public Class ImageEntryTypeConverter Inherits System.ComponentModel.TypeConverter
public class ImageEntryTypeConverter : System.ComponentModel.TypeConverter
This converter causes Visual Studio to persist the type in code-behind, which is version-neutral.
Without this, the ImageEntry objects would be persisted as binary resources, along with their specific version, so upgrading the component version would break projects created with previous versions.
System.Object
System.ComponentModel.TypeConverter
C1.Win.C1SuperTooltip.ImageEntryTypeConverter