[]
        
(Showing Draft Content)

C1.Win.C1SuperTooltip.ImageEntryTypeConverter.CanConvertTo

CanConvertTo Method

CanConvertTo(ITypeDescriptorContext, Type)

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

Declaration
public override bool CanConvertTo(ITypeDescriptorContext context, Type destType)
Parameters
Type Name Description
ITypeDescriptorContext context

The context.

Type destType

The data type.

Returns
Type Description
bool

True if the conversion is supported, false otherwise.

Overrides