'Declaration
Public Overloads Overrides Function CanConvertFrom( _ ByVal context As System.ComponentModel.ITypeDescriptorContext, _ ByVal sourceType As System.Type _ ) As System.Boolean
'Usage
Dim instance As TriStateConverter Dim context As System.ComponentModel.ITypeDescriptorContext Dim sourceType As System.Type Dim value As System.Boolean value = instance.CanConvertFrom(context, sourceType)
public override System.bool CanConvertFrom( System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType )
Parameters
- context
- sourceType
- The Type to be converted.
Return Value
True if the conversion can be done.