[]
        
(Showing Draft Content)

FarPoint.Win.Chart.GenericTypeConverter-1.CanConvertTo

CanConvertTo Method

CanConvertTo(ITypeDescriptorContext, Type)

Determines whether the control can convert the context to the specified type.

Declaration
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Public Overrides Function CanConvertTo(context As ITypeDescriptorContext, destinationType As Type) As Boolean
Parameters
Type Name Description
ITypeDescriptorContext context

Type descriptor context

Type destinationType

Type

Returns
Type Description
bool

Boolean: true if the control can convert the context; false otherwise

Overrides