Method ConvertFrom
ConvertFrom(ITypeDescriptorContext, CultureInfo, object)
Converts the specified value into a MultiKeyGesture object.
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Parameters
context
ITypeDescriptorContextThe context of the conversion.
culture
CultureInfoThe culture to use for the conversion.
value
objectThe value to convert.
Returns
- object
A MultiKeyGesture object representing the converted value.