Whether the converter can convert from sourceType.

C# | Visual Basic | Visual C++ |
public override bool CanConvertFrom( ITypeDescriptorContext context, Type sourceType )
Public Overrides Function CanConvertFrom ( _ context As ITypeDescriptorContext, _ sourceType As Type _ ) As Boolean
public: virtual bool CanConvertFrom( ITypeDescriptorContext^ context, Type^ sourceType ) override

- context (ITypeDescriptorContext)
- sourceType (Type)