C1.Win.SuperTooltip Namespace / ImageEntryTypeConverter Class
Members

ImageEntryTypeConverter Class
Syntax
'Declaration
 
Public Class ImageEntryTypeConverter 
   Inherits System.ComponentModel.TypeConverter
 
Remarks

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.

Inheritance Hierarchy

System.Object
   System.ComponentModel.TypeConverter
      C1.Win.SuperTooltip.ImageEntryTypeConverter

See Also