LinkArea::LinkAreaConverter::CanConvertFrom Method (ITypeDescriptorContext^, Type^)

 
Use BaseTrue

Determines if this converter can convert an object in the given source type to the native type of the converter.

Namespace:   System.Windows.Forms
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.

Return Value

Type: System::Boolean

True if this object can perform the conversion.

.NET Framework
Available since 1.1
Return to top
Show: