CustomTypeDescriptor::GetConverter Method ()
.NET Framework (current version)
Returns a type converter for the type represented by this type descriptor.
Assembly: System (in System.dll)
Return Value
Type: System.ComponentModel::TypeConverter^A TypeConverter for the type represented by this type descriptor. The default is a newly created TypeConverter.
Implements
ICustomTypeDescriptor::GetConverter()If a parent custom type descriptor was passed into the CustomTypeDescriptor constructor, the GetConverter method will call the parent's corresponding method.
.NET Framework
Available since 2.0
Available since 2.0
Show: