Table of Contents

Method CanConvertFrom

Namespace
Alternet.FormDesigner.Wpf.PropertyGrid
Assembly
Alternet.FormDesigner.Wpf.v10.dll

CanConvertFrom(ITypeDescriptorContext, Type)

Returns true if this type converter can convert from a given type.

public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)

Parameters

context ITypeDescriptorContext

The ITypeDescriptorContext for this call.

sourceType Type

The Type being queried for support.

Returns

bool

bool - True if this converter can convert from the provided type, false if not.