Table of Contents

Method CanConvertFrom

Namespace
Innova.Prism.Library.Commands
Assembly
Innova.Prism.Library.dll

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 ITypeDescriptorContext

The context of the conversion.

sourceType Type

The type to convert from.

Returns

bool

true if the converter can convert the specified type; otherwise, false.