KeyGestureConverter::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)
Attempts to convert the specified object to a KeyGesture, using the specified context.
Assembly: PresentationCore (in PresentationCore.dll)
public: virtual Object^ ConvertFrom( ITypeDescriptorContext^ context, CultureInfo^ culture, Object^ source ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
A format context that provides information about the environment from which this converter is being invoked.
- culture
-
Type:
System.Globalization::CultureInfo^
Culture specific information.
- source
-
Type:
System::Object^
The object to convert.
| Exception | Condition |
|---|---|
| NotSupportedException | source cannot be converted. |
The KeyGestureConverter converts to and from a String using the "+" key as the delimiter between the modifier keys and the key. For example, the string Control+A would be converted into a KeyGesture with a Modifiers property equal to Control and Key property equal to A.
Available since 3.0