Table of Contents

Method ConvertFrom

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

ConvertFrom(ITypeDescriptorContext, CultureInfo, object)

Converts the specified value into a MultiKeyGesture object.

public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)

Parameters

context ITypeDescriptorContext

The context of the conversion.

culture CultureInfo

The culture to use for the conversion.

value object

The value to convert.

Returns

object

A MultiKeyGesture object representing the converted value.