[]
        
(Showing Draft Content)

C1.Win.SuperTooltip.ImageEntryTypeConverter

ImageEntryTypeConverter Class

TypeConverter used to persist ImageEntry objects.

Inheritance
ImageEntryTypeConverter
Namespace: C1.Win.SuperTooltip
Assembly: C1.Win.8.dll
Syntax
public class ImageEntryTypeConverter : 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.

Constructors

Name Description
ImageEntryTypeConverter()

Methods

Name Description
CanConvertTo(ITypeDescriptorContext, Type)

Returns a value that indicates whether the object can be converted to a specified data type.

ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)

Converts the object into the specified data type.