Method CanConvertFrom
CanConvertFrom(ITypeDescriptorContext, Type)
Determines whether this converter can convert the specified type to a MultiKeyGesture object.
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Parameters
contextITypeDescriptorContextThe context of the conversion.
sourceTypeTypeThe type to convert from.
Returns
- bool
trueif the converter can convert the specified type; otherwise,false.