Retrieves the type converter for this object.
[Visual Basic] Overridable Public Function GetConverter() As TypeConverter [C#] public virtual TypeConverter GetConverter(); [C++] public: virtual TypeConverter* GetConverter(); [JScript] public function GetConverter() : TypeConverter;
A TypeConverter. If null is returned, the default is used.
AxHost Class | AxHost Members | System.WinForms Namespace | ICustomTypeDescriptor