TreeView for WinForms | ComponentOne
C1.Win.C1SuperTooltip Namespace / ImageEntryTypeConverter Class
Members

In This Topic
    ImageEntryTypeConverter Class
    In This Topic
    Syntax
    'Declaration
     
    
    Public Class ImageEntryTypeConverter 
       Inherits System.ComponentModel.TypeConverter
    public class ImageEntryTypeConverter : 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.C1SuperTooltip.ImageEntryTypeConverter

    See Also