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