Table of Contents

Class MultiKeyGestureConverter

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

Converts a string representation of a multi-key gesture into a MultiKeyGesture object.

public class MultiKeyGestureConverter : TypeConverter
Inheritance
MultiKeyGestureConverter

Constructors

MultiKeyGestureConverter()

Methods

CanConvertFrom(ITypeDescriptorContext, Type)

Determines whether this converter can convert the specified type to a MultiKeyGesture object.

ConvertFrom(ITypeDescriptorContext, CultureInfo, object)

Converts the specified value into a MultiKeyGesture object.