CursorConverter::CanConvertFrom Method (ITypeDescriptorContext^, Type^)
.NET Framework (current version)
Determines whether an object of the specified type can be converted to an instance of Cursor, using the specified context.
Assembly: PresentationCore (in PresentationCore.dll)
public: virtual bool CanConvertFrom( ITypeDescriptorContext^ context, Type^ sourceType ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
A format context that provides information about the environment from which this converter is being invoked.
- sourceType
-
Type:
System::Type^
The type being evaluated for conversion.
.NET Framework
Available since 3.0
Available since 3.0
Show: