ColorConverter.CanConvertFrom(ITypeDescriptorContext, Type) Method

Definition

Determines whether an object can be converted from a given type to an instance of a Color.

public:
 override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ td, Type ^ t);
public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext td, Type t);
override this.CanConvertFrom : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertFrom (td As ITypeDescriptorContext, t As Type) As Boolean

Parameters

td
ITypeDescriptorContext

Describes the context information of a type.

t
Type

The type of the source that is being evaluated for conversion.

Returns

true if the type can be converted to a Color; otherwise, false.

Applies to