Search
ThicknessConverter.CanConvertTo Method
See Also
 





TypeConverter.CanConvertTo override.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override bool CanConvertTo (
    ITypeDescriptorContext context,
    Type destinationType
)

Visual Basic  Copy Code

Public Overrides Function CanConvertTo( _
    context As ITypeDescriptorContext, _
    destinationType As Type _
) As Boolean

 Parameters

context
An ITypeDescriptorContext that provides a format context.
destinationType
A Type that represents the type you want to convert to.

 Return Value

 See Also