AxHost::ICustomTypeDescriptor::GetConverter Method ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns a type converter for the current object.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

private:
virtual TypeConverter^ GetConverter() sealed = ICustomTypeDescriptor::GetConverter

Return Value

Type: System.ComponentModel::TypeConverter^

Returns null in all cases.

Use the default type converter instead of the value that the ICustomTypeDescriptor::GetConverter method returns.

.NET Framework
Available since 1.1
Return to top
Show: