The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SkinIDTypeConverter::CanConvertTo Method (ITypeDescriptorContext^, Type^)
.NET Framework (current version)
Returns a value indicating whether this converter can convert a SkinID object to the specified type, using the specified context.
Assembly: System.Design (in System.Design.dll)
public: virtual bool CanConvertTo( ITypeDescriptorContext^ context, Type^ destType ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An T:System.ComponentModel.ITypeDescriptorContext that provides a format context for the control being designed.
- destType
-
Type:
System::Type^
A T:System.Type that represents the type to convert to.
.NET Framework
Available since 2.0
Available since 2.0
Show: