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
- contextITypeDescriptorContext
- The ITypeDescriptorContext for this call. 
- sourceTypeType
- The Type being queried for support. 
Returns
- bool
- bool - True if this converter can convert from the provided type, false if not.