The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CursorConverter::CanConvertFrom Method (ITypeDescriptorContext^, Type^)
.NET Framework (current version)
Determines if this converter can convert an object in the given source type to the native type of the converter.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: virtual bool CanConvertFrom( ITypeDescriptorContext^ context, Type^ sourceType ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
A formatter context. This object can be used to extract additional information about the environment this converter is being invoked from. This may be null, so you should always check. Also, properties on the context object may also return null.
- sourceType
-
Type:
System::Type^
The type you wish to convert from.
.NET Framework
Available since 1.1
Available since 1.1
Show: