BrushConverter.CanConvertTo(ITypeDescriptorContext, Type) Method

Definition

Determines whether this class can convert an object of a given type to the specified destination type.

public:
 override bool CanConvertTo(System::ComponentModel::ITypeDescriptorContext ^ context, Type ^ destinationType);
public override bool CanConvertTo (System.ComponentModel.ITypeDescriptorContext context, Type destinationType);
override this.CanConvertTo : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertTo (context As ITypeDescriptorContext, destinationType As Type) As Boolean

Parameters

context
ITypeDescriptorContext

The conversion context.

destinationType
Type

The destination type.

Returns

Returns true if conversion is possible; otherwise, false.

Applies to