CursorConverter::CanConvertTo Method (ITypeDescriptorContext^, Type^)

 

Determines whether an instance of Cursor can be converted to the specified type, using the specified context.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
virtual bool CanConvertTo(
	ITypeDescriptorContext^ context,
	Type^ destinationType
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

A format context that provides information about the environment from which this converter is being invoked.

destinationType
Type: System::Type^

The type being evaluated for conversion.

Return Value

Type: System::Boolean

true if destinationType is of type String; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: