SkinIDTypeConverter::CanConvertFrom Method (ITypeDescriptorContext^, Type^)
.NET Framework (current version)
Returns a value indicating whether this converter can convert a SkinID object to a string using the provided format context and type.
Assembly: System.Design (in System.Design.dll)
public: virtual bool CanConvertFrom( ITypeDescriptorContext^ context, Type^ sourceType ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An T:System.ComponentModel.ITypeDescriptorContext that provides a format context for the control being designed.
- sourceType
-
Type:
System::Type^
A Type.
.NET Framework
Available since 2.0
Available since 2.0
Show: