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
context
ITypeDescriptorContextThe context of the conversion.
sourceType
TypeThe type to convert from.
Returns
- bool
true
if the converter can convert the specified type; otherwise,false
.