DialogResultConverter.CanConvertFrom(ITypeDescriptorContext, Type) Method

Definition

DialogResultConverter does not support converting from other types to DialogResult (a Nullable<T> value of type Boolean).

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

Parameters

typeDescriptorContext
ITypeDescriptorContext

A ITypeDescriptorContext that provides a format context.

sourceType
Type

A Type that represents the type to convert from.

Returns

A Boolean that always returns false.

Applies to

See also