SelectionRangeConverter.CanConvertFrom Method
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Namespace:
System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Name | Description | |
---|---|---|
![]() | CanConvertFrom(ITypeDescriptorContext, Type) | Determines if this converter can convert an object of the specified source type to the native type of the converter by querying the supplied type descriptor context.(Overrides TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type).) |
![]() | CanConvertFrom(Type) | Returns whether this converter can convert an object of the given type to the type of this converter.(Inherited from TypeConverter.) |
Show: