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

 

Determines whether an instance of FontFamily can be converted to a different type.

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

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

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

Describes the context information of a type.

destinationType
Type: System::Type^

The desired type that this instance of FontFamily is being evaluated for conversion.

Return Value

Type: System::Boolean

true if the converter can convert this instance of FontFamily to the specified type; otherwise, false.

Conversion is possible only if context is a FontFamily type, and destinationType is a String type. In addition, the Source property for context cannot be null or equal to Empty, which identifies context as an anonymous FontFamily.

.NET Framework
Available since 3.0
Return to top
Show: